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

0001 
0002 
0003 /**
0004  * This is a test import file
0005  */
0006 
0007 @colors {
0008         div.bright {
0009                 color: red;
0010         }
0011 
0012         div.sad {
0013                 color: blue;
0014         }
0015 }
0016