sass 条件指令 (if)
例子
该@if控制指令计算一个表达式,如果它返回比其他任何东西false,它处理它的样式块。
Sass示例
$test-variable: true !default
=test-mixin
@if $test-variable
display: block
@else
display: none
.test-selector
+test-mixinSCSS示例
$test-variable: true !default
@mixin test-mixin() {
@if $test-variable {
display: block;
} @else {
display: none;
}
}
.test-selector {
@include test-mixin();
}上面的示例生成以下CSS:
.test-selector {
display: block;
}
热门推荐
10 生日贺卡祝福语 简短独特
11 职场祝福语大全 简短精辟
12 女生 节日祝福语简短大气
13 给长辈祝福语简短大全
14 女神节祝福语漂亮简短
15 给孙子拜年祝福语简短
16 高考送考祝福语简短
17 新年祝福语短句简短搞笑
18 药店祝福语简短10字