mirror of
https://github.com/less/less.js.git
synced 2026-04-09 03:00:20 -04:00
4 lines
236 B
Plaintext
4 lines
236 B
Plaintext
RuntimeError: error evaluating function `image-height`: Image size functions are not supported in browser version of less in image-height-error.less on line 2, column 11:
|
|
1 .test-height{
|
|
2 height: image-height("../data/image.jpg")
|
|
3 } |