You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to use image-width and image-height in my sass, the result is not calculated, rather the outputted css has the original image-width/height function calls inline.
Does this library handle compass helper functions?
The text was updated successfully, but these errors were encountered:
This library doesn't have access to the filesystem to check image dimensions, because it's trying to get close to compass using only sass script. Those would have to be implemented in C++ in libsass or using libsass's custom functions, when they land. sass/node-sass#332
When I try to use image-width and image-height in my sass, the result is not calculated, rather the outputted css has the original image-width/height function calls inline.
Does this library handle compass helper functions?
The text was updated successfully, but these errors were encountered: