wp-autoless/vendor/leafo/lessphp/tests/inputs/directives.less
Peter Molnar 90b7e3d3bc init
2016-07-25 12:40:28 +00:00

28 lines
354 B
Text

@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 }
@-ms-viewport {
width: device-width;
}
@-moz-viewport {
width: device-width;
}
@-o-viewport {
width: device-width;
}
@viewport {
width: device-width;
}