Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xy-grid gutters deprecation warning when updating to 6.4.2 #10534

Closed
jcuotpc opened this issue Aug 13, 2017 · 1 comment · Fixed by #10550
Closed

xy-grid gutters deprecation warning when updating to 6.4.2 #10534

jcuotpc opened this issue Aug 13, 2017 · 1 comment · Fixed by #10550

Comments

@jcuotpc
Copy link

jcuotpc commented 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:

/usr/local/bin/sass` --no-cache --update base_foundation.scss:base_foundation.css

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.

@IamManchanda 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
@IamManchanda
Copy link
Contributor

Wish Z was involved but even css grid cant do that!

FWIW,
I have renamed the title to correct the typo.

jessedoyle added a commit to jessedoyle/foundation-sites that referenced this issue Aug 17, 2017
* Use the `unquote` function as suggested to resolve
  deprecation warnings with SASS >= 3.4.20.
* Fixes foundation#10534.

SEE: sass/sass#1778
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants