Files
less.js/test/less/errors/parse-error-with-import.less

13 lines
128 B
Plaintext

@import 'import/import-test.less';
body
{
font-family: arial, sans-serif;
}
nonsense;
.clickable
{
cursor: pointer;
}