Vergleich admin/jscripts/codemirror/mode/css/less_test.js - 1.8.1 - 1.8.26

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 26Zeile 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 48Zeile 48
     "    }",
" }",
"}");

     "    }",
" }",
"}");

 


MT("interpolation", ".@{[variable foo]} { [property font-weight]: [atom bold]; }");

})();

})();