wp-autoless/vendor/leafo/lessphp/tests/inputs/directives.less

29 lines
354 B
Text
Raw Normal View History

2016-07-25 13:40:28 +01:00
@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;
}