pixsy/node_modules/less/test/less-bom/errors/svg-gradient4.txt

5 lines
272 B
Plaintext
Raw Normal View History

2017-12-22 17:22:08 +00:00
ArgumentError: error evaluating function `svg-gradient`: svg-gradient direction must be 'to bottom', 'to right', 'to bottom right', 'to top right' or 'ellipse at center' in {path}svg-gradient4.less on line 2, column 6:
1 .a {
2 a: svg-gradient(horizontal, @colors);
3 }