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
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!
The text was updated successfully, but these errors were encountered:
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 itOk bye!
The text was updated successfully, but these errors were encountered: