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
DEPRECATION WARNING on line 33 of ../../node_modules/foundation-sites/scss/xy-grid/_gutters.scss:
#{} interpolation near operators will be simplified in a future version of Sass.
To preserve the current behavior, use quotes:
unquote("#{$operator}#{$gutter}")
You can use the sass-convert command to automatically fix most cases.
DEPRECATION WARNING on line 42 of ../../node_modules/foundation-sites/scss/xy-grid/_gutters.scss:
#{} interpolation near operators will be simplified in a future version of Sass.
To preserve the current behavior, use quotes:
unquote("#{$operator}#{$gutter}")
You can use the sass-convert command to automatically fix most cases.
error ../../node_modules/foundation-sites/scss/xy-grid/_classes.scss (Line 415: Invalid CSS after "...grid-margin-y')": expected "}", was ".grid-frame.gri...")
Reverting to 6.4.1 makes the problem disappear.
The text was updated successfully, but these errors were encountered:
IamManchanda
changed the title
zy-grid gutters deprecation warning when updating to 6.4.2
xy-grid gutters deprecation warning when updating to 6.4.2
Aug 13, 2017
I installed foundation-sites 6.4.2 as a node module.
I am using sass 3.5.1 and after uprading to 6.4.2 I get the following error:
DEPRECATION WARNING on line 33 of ../../node_modules/foundation-sites/scss/xy-grid/_gutters.scss:
#{} interpolation near operators will be simplified in a future version of Sass.
To preserve the current behavior, use quotes:
unquote("#{$operator}#{$gutter}")
You can use the sass-convert command to automatically fix most cases.
DEPRECATION WARNING on line 42 of ../../node_modules/foundation-sites/scss/xy-grid/_gutters.scss:
#{} interpolation near operators will be simplified in a future version of Sass.
To preserve the current behavior, use quotes:
unquote("#{$operator}#{$gutter}")
You can use the sass-convert command to automatically fix most cases.
error ../../node_modules/foundation-sites/scss/xy-grid/_classes.scss (Line 415: Invalid CSS after "...grid-margin-y')": expected "}", was ".grid-frame.gri...")
Reverting to 6.4.1 makes the problem disappear.
The text was updated successfully, but these errors were encountered: