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

DEPRECATION WARNING #{} interpolation near operators #5646

Closed
sauloperez opened this issue Jun 19, 2020 · 1 comment
Closed

DEPRECATION WARNING #{} interpolation near operators #5646

sauloperez opened this issue Jun 19, 2020 · 1 comment

Comments

@sauloperez
Copy link
Contributor

sauloperez commented Jun 19, 2020

What we should change and why (this is tech debt)

The Rails 4 upgrade brought the following deprecation warning that likely prevents upcoming gem upgrades

web_1     | DEPRECATION WARNING on line 78 of /bundles/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/components/_top-bar.scss:
web_1     | #{} interpolation near operators will be simplified in a future version of Sass.
web_1     | To preserve the current behavior, use quotes:
web_1     |                                                                                                                                                                                     
web_1     |   unquote("#{lower-bound($medium-range)}")

Context

This came up after the merge of #5158

Impact and timeline

This, apart from slowing down the dev env and cluttering the output, it blocks future upgrades.

@RachL
Copy link
Contributor

RachL commented Sep 22, 2022

We are now on rails 6, so closing.

@RachL RachL closed this as completed Sep 22, 2022
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

2 participants