mirror of
https://github.com/less/less.js.git
synced 2026-01-24 14:48:00 -05:00
4 lines
231 B
Plaintext
4 lines
231 B
Plaintext
RuntimeError: error evaluating function `image-width`: Image size functions are not supported in browser version of less in image-width-error.less on line 2, column 10:
|
|
1 .test-width{
|
|
2 width: image-width("../data/image.jpg")
|
|
3 } |