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: Passing percentage units to the global abs() function is deprecated. #21

Closed
saurabh2k1 opened this issue Sep 15, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@saurabh2k1
Copy link

While following the tutorials, following 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(85.714285%)
To emit a CSS abs() now: abs(#{85.714285%})
More info: https://sass-lang.com/d/abs-percent


1 │ ┌ //Tabler Core Scss
2 │ │ @import "../../node_modules/@tabler/core/src/scss/tabler";
3 │ │ //Tabler Webfont Icon
4 │ │ @import "../../node_modules/@tabler/icons-webfont/tabler-icons.css";
5 │ │ //Import custom Icon size
6 │ └ @import "../css/icon-style.css";

resources\sass\tabler.scss 1:1 divide()
node_modules@tabler\core\src\scss\ui_badges.scss 8:41 @import
node_modules@tabler\core\src\scss_core.scss 17:9 @import
node_modules@tabler\core\src\scss\tabler.scss 1:9 @import
resources\sass\tabler.scss 2:9 root stylesheet

image

@takielias takielias added the bug Something isn't working label Sep 15, 2023
@takielias
Copy link
Owner

@saurabh2k1 Thanks for addressing the issue. I'm going to fix it.

takielias added a commit that referenced this issue Sep 16, 2023
takielias added a commit that referenced this issue Sep 16, 2023
Fix for #21 & Updated dependencies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants