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 Sass deprecation warning #4721

Merged
merged 1 commit into from
Nov 3, 2021
Merged

Fix Sass deprecation warning #4721

merged 1 commit into from
Nov 3, 2021

Conversation

javierm
Copy link
Member

@javierm javierm commented Oct 26, 2021

References

Background

When running scss-lint, we were getting the following message:

DEPRECATION WARNING: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes:

  unquote("#{$global-width / 2} - 50vw")

Objectives

  • Avoid deprecation warnings

When running `scss-lint`, we were getting the following message:

DEPRECATION WARNING: #{} interpolation near operators will be simplified
in a future version of Sass. To preserve the current behavior, use
quotes:

  unquote("#{$global-width / 2} - 50vw")
@javierm javierm added this to Reviewing in Consul Democracy via automation Oct 26, 2021
@javierm javierm self-assigned this Oct 26, 2021
@taitus taitus self-assigned this Nov 3, 2021
Consul Democracy automation moved this from Reviewing to Testing Nov 3, 2021
@javierm javierm merged commit 21170d0 into master Nov 3, 2021
@javierm javierm deleted the sass_warning branch November 3, 2021 10:38
Consul Democracy automation moved this from Testing to Release 1.4.0 Nov 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants