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

Variable Globals Depreciation Warning #21

Open
Timoti opened this issue May 4, 2014 · 1 comment
Open

Variable Globals Depreciation Warning #21

Timoti opened this issue May 4, 2014 · 1 comment

Comments

@Timoti
Copy link

Timoti commented May 4, 2014

With Sass 3.3.4 (Maptastic Maple)

Am getting a lot of noisy warnings along the lines of

DEPRECATION WARNING on line 17 of sass/base/buttons/_buttons.scss:
Assigning to global variable "$unicorn-btn-tinyfs" by default is deprecated.
In future versions of Sass, this will create a new local variable.
If you want to assign to the global variable, use "$unicorn-btn-tinyfs: $unicorn-btn-font-size - 2 !global" instead.
Note that this will be incompatible with Sass 3.2.

the buttons library also seems to add a lot to compile time
is that normal?
Upshot being I'm thinking there is more to this than noise - ie just adding :quiet isn't going to resolve that.

How would you feel about updating to the new global variable approach?

@mantismamita
Copy link

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants