foundation-rails icon indicating copy to clipboard operation
foundation-rails copied to clipboard

Fix: Deprecation warning on sass

Open nbw opened this issue 4 years ago • 5 comments

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   |

nbw avatar Jun 24 '20 04:06 nbw

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

ckorhonen avatar Oct 07 '20 11:10 ckorhonen

Any update about this PR ?

PhilippeBo avatar Nov 18 '20 08:11 PhilippeBo

Do we have any updates on this PR ?

alecslupu avatar Jan 08 '21 15:01 alecslupu

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

mrcasals avatar Apr 12 '21 07:04 mrcasals

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

lapser avatar Mar 01 '23 22:03 lapser