You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building the css for a project that makes use of the tabler-icons webfont and the sass javascript package, several warnings are generated about deprecated functions:
yarn build:css --watch
Deprecation Warning: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use string.unquote instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
36 │ @return unquote("\"")+unquote(str-insert($str, "\\", 1))+unquote("\"")
│ ^^^^^^^^^^^^^
╵
@tabler/icons-webfont/dist/tabler-icons.scss 36:11 unicode()
@tabler/icons-webfont/dist/tabler-icons.scss 40:15 @use
app/assets/stylesheets/application.sass.scss 18:1 root stylesheet
Deprecation Warning: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use string.insert instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
36 │ @return unquote("\"")+unquote(str-insert($str, "\\", 1))+unquote("\"")
│ ^^^^^^^^^^^^^^^^^^^^^^^^^
╵
@tabler/icons-webfont/dist/tabler-icons.scss 36:33 unicode()
@tabler/icons-webfont/dist/tabler-icons.scss 40:15 @use
app/assets/stylesheets/application.sass.scss 18:1 root stylesheet
Deprecation Warning: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use string.unquote instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
36 │ @return unquote("\"")+unquote(str-insert($str, "\\", 1))+unquote("\"")
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
@tabler/icons-webfont/dist/tabler-icons.scss 36:25 unicode()
@tabler/icons-webfont/dist/tabler-icons.scss 40:15 @use
app/assets/stylesheets/application.sass.scss 18:1 root stylesheet
Deprecation Warning: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use string.unquote instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
36 │ @return unquote("\"")+unquote(str-insert($str, "\\", 1))+unquote("\"")
│ ^^^^^^^^^^^^^
╵
@tabler/icons-webfont/dist/tabler-icons.scss 36:60 unicode()
@tabler/icons-webfont/dist/tabler-icons.scss 40:15 @use
app/assets/stylesheets/application.sass.scss 18:1 root stylesheet
The text was updated successfully, but these errors were encountered:
When building the css for a project that makes use of the tabler-icons webfont and the
sass
javascript package, several warnings are generated about deprecated functions:The text was updated successfully, but these errors were encountered: