Files
less.js/test/less/errors/property-in-root.txt
2013-03-05 13:28:49 +00:00

5 lines
161 B
Plaintext

SyntaxError: properties must be inside selector blocks, they cannot be in the root. in {path}property-in-root.less on line 2, column 3:
1 .a() {
2 prop:1;
3 }