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

27 lines
336 B
CSS

@charset "utf-8";
@-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;
}