Warning, /webapps/ocs-webserver/library/lessphp/tests/inputs/directives.less is written in an unsupported language. File is not indexed.

0001 
0002 @hello: "utf-8";
0003 @charset @hello;
0004 
0005 @-moz-document url-prefix(){
0006         div {
0007                 color: red;
0008         }
0009 }
0010 
0011 @page :left { margin-left: 4cm; }
0012 @page :right { margin-left: 3cm; }
0013 @page { margin: 2cm }
0014 
0015 @-ms-viewport {
0016     width: device-width;
0017 }
0018 @-moz-viewport {
0019     width: device-width;
0020 }
0021 @-o-viewport {
0022     width: device-width;
0023 }
0024 @viewport {
0025     width: device-width;
0026 }
0027 
0028