first import
This commit is contained in:
15
sites/all/libraries/lessphp/tests/inputs/directives.less
Normal file
15
sites/all/libraries/lessphp/tests/inputs/directives.less
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
@hello: "utf-8";
|
||||
@charset @hello;
|
||||
|
||||
@-moz-document url-prefix(){
|
||||
div {
|
||||
color: red;
|
||||
}
|
||||
}
|
||||
|
||||
@page :left { margin-left: 4cm; }
|
||||
@page :right { margin-left: 3cm; }
|
||||
@page { margin: 2cm }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user