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

[SASS warning] Sass 3.6 will change the way CSS variables are parsed #1283

Closed
guillecro opened this issue Oct 10, 2017 · 3 comments
Closed
Assignees

Comments

@guillecro
Copy link

This is about Bulma | the Docs.

Overview of the problem

This is a Sass issue: I'm using version [3.5^] (I guess)
I am sure this issue is not a duplicate?

Description

So I got this warning message when i was doing compass watch, thought you might want to know it

DEPRECATION WARNING on line 328 of /home/mapache/www/residencias-culturales-2018/bower_components/bulma/sass/grid/columns.sass:
Sass 3.6 will change the way CSS variables are parsed. Instead of being parsed as
normal properties, they will not allow any Sass-specific behavior other than #{}.
For forwards-compatibility, use #{}:

  --variable: #{$i * 0.25rem};

Ok bye!

@jgthms
Copy link
Owner

jgthms commented Oct 10, 2017

Thanks for the heads up. The only instance is --columnGap for now. I'll update that.

@ADTC
Copy link

ADTC commented Nov 27, 2017

Am I right to say that this is not applicable to Sass variables?

@jgthms
Copy link
Owner

jgthms commented Dec 4, 2017

Works with Sass 3.5.3.

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

No branches or pull requests

3 participants