pixsy/node_modules/less/test/less-bom/errors/unit-function.txt

5 lines
219 B
Plaintext
Raw Normal View History

2017-12-22 17:22:08 +00:00
ArgumentError: error evaluating function `unit`: the first argument to unit must be a number. Have you forgotten parenthesis? in {path}unit-function.less on line 2, column 14:
1 .a {
2 font-size: unit(80/16,rem);
3 }