-
Notifications
You must be signed in to change notification settings - Fork 16
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
When I locally deploy the theme using Ruby 3.1, 3.2 and 3.3 I get these warnings:
Deprecation Warning [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.
More info and automated migrator: https://sass-lang.com/d/import
╷
5 │ @import "bootstrap/functions";
│ ^^^^^^^^^^^^^^^^^^^^^
╵
/Users/bert.droesbeke/Documents/elixir-toolkit-theme/assets/css/main.scss 5:9 root stylesheet
Deprecation Warning [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.
More info and automated migrator: https://sass-lang.com/d/import
╷
20 │ @import "bootstrap_variables";
│ ^^^^^^^^^^^^^^^^^^^^^
╵
/Users/bert.droesbeke/Documents/elixir-toolkit-theme/assets/css/main.scss 20:9 root stylesheet
Deprecation Warning [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.
More info and automated migrator: https://sass-lang.com/d/import
╷
21 │ @import "bootstrap/variables";
│ ^^^^^^^^^^^^^^^^^^^^^
╵
/Users/bert.droesbeke/Documents/elixir-toolkit-theme/assets/css/main.scss 21:9 root stylesheet
Deprecation Warning [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working