wp-autoless/vendor/leafo/lessphp/tests/inputs/test-imports/file1.less
Peter Molnar 90b7e3d3bc init
2016-07-25 12:40:28 +00:00

16 lines
115 B
Text

/**
* This is a test import file
*/
@colors {
div.bright {
color: red;
}
div.sad {
color: blue;
}
}