Skip to content

Address Sass '@import' deprecation warnings#848

Draft
chaoscommencer wants to merge 2 commits intojekyll:2.5-stablefrom
chaoscommencer:2-fix-import-deprecation
Draft

Address Sass '@import' deprecation warnings#848
chaoscommencer wants to merge 2 commits intojekyll:2.5-stablefrom
chaoscommencer:2-fix-import-deprecation

Conversation

@chaoscommencer
Copy link
Copy Markdown

Deprecation warnings:

Migrate to use of '@use', '@forward', and '@include' instead

NOTE: Required migration of common code to a distinct file that could be shared (via @use) by the other sass files

Signed-off-by: David Chamberlain <chaoscommencer@users.noreply.github.com>
Deprecation 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

Migrate to use of '@use', '@forward', and '@include' instead

Signed-off-by: David Chamberlain <chaoscommencer@users.noreply.github.com>
@kopako
Copy link
Copy Markdown

kopako commented Jun 27, 2025

Look #815 (comment)

stevecheckoway added a commit to aerosec/aerosec.github.io that referenced this pull request Apr 15, 2026
Sass will no longer support @import (the equivalent of C's #include).
Instead, there's a new module system that uses @use and @forward.

I'm following the changes made in this PR.
jekyll/minima#848
stevecheckoway added a commit to aerosec/aerosec.github.io that referenced this pull request Apr 15, 2026
Sass will no longer support @import (the equivalent of C's #include).
Instead, there's a new module system that uses @use and @forward.

I'm following the changes made in this PR.
jekyll/minima#848
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants