-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Creates quotation marks in Foundation 5.5.2 Magellan Class #1397
Comments
There are some known issues with interpolation in the new beta. Please open
|
But it appears in node-sass 3.4.2, too (not only in the beta). Node-sass 3.4.2 seems to use libsass 3.3.2:
Sassc (which works as expected) is using 3.3.3:
|
Alrighty. Either way it's a bug in LibSass.
|
A bug in libsass 3.3.2, then (since it's working in 3.3.3)? |
Both if it's still happening in the beta.
|
You're right: sass/libsass#1770 EDIT: I reinstalled node-sass 3.5.0 beta 1 - it works fine without the bug. |
MacOS X 10.11.3 / Node.js v5.6.0 / node-sass 3.4.2 / grunt-sass 1.1.0
When using node-sass (via Grunt) with the SCSS of the Foundation Framework 5.5.2, the output creates quotation marks for this code:
Expected result (works with ruby sass, too):
Result with node-sass (latest and 3.5.0 beta 1):
This is pretty bad, since this results in not working css. Any ideas / questions? :/
The text was updated successfully, but these errors were encountered: