Skip to content

Bootstrap sass depreciation warnings upon build #326

@bedroesb

Description

@bedroesb

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

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions