icingaweb2/library/vendor/lessphp/tests/inputs/test-imports/file1.less

17 lines
115 B
Plaintext

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