pixsy/node_modules/less/test/less-bom/errors/javascript-undefined-var.txt

5 lines
129 B
Plaintext
Raw Normal View History

2017-12-22 17:22:08 +00:00
NameError: variable @b is undefined in {path}javascript-undefined-var.less on line 2, column 9:
1 .scope {
2 @a: `@{b}`;
3 }