minor fixes
[redakcja.git] / apps / wiki / static--wiki--editor--node_modules--grunt-contrib-less--node_modules--less--test / less / errors / import-missing.less
1 .a {
2     color: green;
3         // tests line number for import reference is correct
4 }
5
6 @import "file-does-not-exist.less";