icingaweb2/library/vendor/lessphp/tests/inputs/directives.less

16 lines
185 B
Plaintext

@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 }