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

Fix: Deprecation warning on sass #298

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

nbw
Copy link

@nbw nbw commented Jun 24, 2020

Summary

Fixes some deprecation warnings that have recently popped up.

13:12:13 rails.1   | DEPRECATION WARNING on line 115 of /usr/local/Cellar/tmuxinator/2.0.0/libexec/gems/foundation-rails-6.6.2.0/vendor/assets/scss/util/_color.scss:
13:12:13 rails.1   | !global assignments won't be able to declare new variables in future versions.
13:12:13 rails.1   | Consider adding `$primary-color: null` at the top level.
13:12:13 rails.1   |
13:12:13 rails.1   | DEPRECATION WARNING on line 120 of /usr/local/Cellar/tmuxinator/2.0.0/libexec/gems/foundation-rails-6.6.2.0/vendor/assets/scss/util/_color.scss:
13:12:13 rails.1   | !global assignments won't be able to declare new variables in future versions.
13:12:13 rails.1   | Consider adding `$secondary-color: null` at the top level.
13:12:13 rails.1   |
13:12:13 rails.1   | DEPRECATION WARNING on line 125 of /usr/local/Cellar/tmuxinator/2.0.0/libexec/gems/foundation-rails-6.6.2.0/vendor/assets/scss/util/_color.scss:
13:12:13 rails.1   | !global assignments won't be able to declare new variables in future versions.
13:12:13 rails.1   | Consider adding `$success-color: null` at the top level.
13:12:13 rails.1   |
13:12:13 rails.1   | DEPRECATION WARNING on line 130 of /usr/local/Cellar/tmuxinator/2.0.0/libexec/gems/foundation-rails-6.6.2.0/vendor/assets/scss/util/_color.scss:
13:12:13 rails.1   | !global assignments won't be able to declare new variables in future versions.
13:12:13 rails.1   | Consider adding `$warning-color: null` at the top level.
13:12:13 rails.1   |
13:12:13 rails.1   | DEPRECATION WARNING on line 135 of /usr/local/Cellar/tmuxinator/2.0.0/libexec/gems/foundation-rails-6.6.2.0/vendor/assets/scss/util/_color.scss:
13:12:13 rails.1   | !global assignments won't be able to declare new variables in future versions.
13:12:13 rails.1   | Consider adding `$alert-color: null` at the top level.
13:12:13 rails.1   |
13:12:13 rails.1   | DEPRECATION WARNING on line 164 of /usr/local/Cellar/tmuxinator/2.0.0/libexec/gems/foundation-rails-6.6.2.0/vendor/assets/scss/util/_breakpoint.scss:
13:12:13 rails.1   | !global assignments won't be able to declare new variables in future versions.
13:12:13 rails.1   | Consider adding `$-zf-size: null` at the top level.
13:12:13 rails.1   |
13:12:13 rails.1   | DEPRECATION WARNING on line 369 of /usr/local/Cellar/tmuxinator/2.0.0/libexec/gems/foundation-rails-6.6.2.0/vendor/assets/scss/util/_mixins.scss:
13:12:13 rails.1   | !global assignments won't be able to declare new variables in future versions.
13:12:13 rails.1   | Consider adding `$-zf-bp-value: null` at the top level.
13:12:13 rails.1   |

@ckorhonen
Copy link

Any chance of getting this merged? Would love to get rid of these warnings!

@PhilippeBo
Copy link

Any update about this PR ?

@alecslupu
Copy link

Do we have any updates on this PR ?

@mrcasals
Copy link

@joeworkman hi! Any chance this could be merged? Tests are failing in master branch with the same error...

@lapser
Copy link

lapser commented Mar 1, 2023

Any update about this PR? Maybe a problem related to the button-group class is caused by one of these warnings.
Screenshot 2023-03-01 at 23 13 36

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 this pull request may close these issues.

None yet

6 participants