Zeile 26 | Zeile 26 |
---|
MT("mixin", "[qualifier .mixin] ([variable dark]; [variable-2 @color]) {",
|
MT("mixin", "[qualifier .mixin] ([variable dark]; [variable-2 @color]) {",
|
" [property color]: [variable darken]([variable-2 @color], [number 10%]);",
| " [property color]: [atom darken]([variable-2 @color], [number 10%]);",
|
"}", "[qualifier .mixin] ([variable light]; [variable-2 @color]) {",
|
"}", "[qualifier .mixin] ([variable light]; [variable-2 @color]) {",
|
" [property color]: [variable lighten]([variable-2 @color], [number 10%]);",
| " [property color]: [atom lighten]([variable-2 @color], [number 10%]);",
|
"}", "[qualifier .mixin] ([variable-2 @_]; [variable-2 @color]) {", " [property display]: [atom block];",
| "}", "[qualifier .mixin] ([variable-2 @_]; [variable-2 @color]) {", " [property display]: [atom block];",
|
Zeile 48 | Zeile 48 |
---|
" }", " }", "}");
|
" }", " }", "}");
|
|
MT("interpolation", ".@{[variable foo]} { [property font-weight]: [atom bold]; }");
|
})();
| })();
|