Skip to content

Conversation

@fmang
Copy link

@fmang fmang commented Aug 22, 2025

Building the SCSS with a recent version of Sass generated this warning:

$ sass app/assets/stylesheets/recurring_select.scss > /dev/null
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

  ╷
1 │ @import "utilities.scss";
  │         ^^^^^^^^^^^^^^^^
  ╵
    app/assets/stylesheets/recurring_select.scss 1:9  root stylesheet

Not anymore!

Building the SCSS with a recent version of Sass generated this warning:

    $ sass app/assets/stylesheets/recurring_select.scss > /dev/null
    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

      ╷
    1 │ @import "utilities.scss";
      │         ^^^^^^^^^^^^^^^^
      ╵
        app/assets/stylesheets/recurring_select.scss 1:9  root stylesheet

Not anymore!
@fwininger fwininger merged commit a6f1c59 into Cyberwatch:without_query_4 Aug 24, 2025
0 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants