pixsy/node_modules/less/test/less-bom/errors/extend-no-selector.txt

4 lines
178 B
Plaintext
Raw Normal View History

2017-12-22 17:22:08 +00:00
SyntaxError: Extend must be used to extend a selector, it cannot be used on its own in {path}extend-no-selector.less on line 1, column 17:
1 :extend(.a all) {
2 property: red;