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
for node-sass using libsass 3.3.2:
I want to move from ruby-sass to libsass, but using 'calc' the same way is now impossible and shows an error: Incompatible units: 'px' and '%'.
I can wrap 'calc' with "unquote" function, but it seems like an ugly workaround..
The text was updated successfully, but these errors were encountered:
Please provide a copy pastable working code sample that works with Ruby
Sass but produces the error in LibSass.
On 8 Dec 2015 7:01 pm, "David Meir-Levy" notifications@github.com wrote:
I want to move from ruby-sass to libsass, but using 'calc' the same way is
now impossible and shows an error: Incompatible units: 'px' and '%'.
I can wrap 'calc' with "unquote" function, but it seems like an ugly
workaround..
—
Reply to this email directly or view it on GitHub #1776.
Thanks @davidmeirlevy which this sample I can confirm this is a known issue. Sass has special handling of some functions including calc which we haven't implemented yet.
for node-sass using libsass 3.3.2:
I want to move from ruby-sass to libsass, but using 'calc' the same way is now impossible and shows an error: Incompatible units: 'px' and '%'.
I can wrap 'calc' with "unquote" function, but it seems like an ugly workaround..
The text was updated successfully, but these errors were encountered: