wp-autoless/vendor/leafo/lessphp/tests/inputs/test-imports/file1.less

17 lines
115 B
Text
Raw Permalink Normal View History

2016-07-25 13:40:28 +01:00
/**
* This is a test import file
*/
@colors {
div.bright {
color: red;
}
div.sad {
color: blue;
}
}