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 Notice: sass abs function #1981

Closed
jeyemwey opened this issue Oct 11, 2023 · 1 comment
Closed

Deprecation Notice: sass abs function #1981

jeyemwey opened this issue Oct 11, 2023 · 1 comment
Labels
dependencies Pull requests that update a dependency file good first issue Good for newcomers ui Issues related to ui (design), frontend, etc.

Comments

@jeyemwey
Copy link
Contributor

When running npm build, the compiler produces this deprecation warning:

DEPRECATION WARNING: Passing percentage units to the global abs() function is deprecated.
In the future, this will emit a CSS abs() function to be resolved by the browser.
To preserve current behavior: math.abs(40%)
To emit a CSS abs() now: abs(#{40%})
More info: https://sass-lang.com/d/abs-percent

Someone needs to check where we use abs and sort it out :)

@jeyemwey jeyemwey added good first issue Good for newcomers ui Issues related to ui (design), frontend, etc. dependencies Pull requests that update a dependency file labels Oct 11, 2023
@MrKrisKrisu
Copy link
Member

The abs() function isn't used by us. It's only used in node_modules/mdb-ui-kit and should be fixed with #2169.

@MrKrisKrisu MrKrisKrisu closed this as not planned Won't fix, can't repro, duplicate, stale Mar 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file good first issue Good for newcomers ui Issues related to ui (design), frontend, etc.
Projects
None yet
Development

No branches or pull requests

2 participants