Skip to content

chore: Update sass function calls#7833

Open
camdecoster wants to merge 1 commit into
masterfrom
cam/7592/update-sass-calls
Open

chore: Update sass function calls#7833
camdecoster wants to merge 1 commit into
masterfrom
cam/7592/update-sass-calls

Conversation

@camdecoster

Copy link
Copy Markdown
Contributor

Description

Migrate src/css/*.scss from deprecated @import to @use, and switch tasks/preprocess.js from the deprecated legacy sass.render callback API to the modern sass.compile.

Closes #7592.

Changes

  • Update SCSS files to use non-deprecated syntax
  • Update preprocess.js to use non-deprecated sass call

Testing

  • Run npm run preprocess
  • Note that it succeeds without any warnings.
  • Note that the resulting CSS in dist doesn't change

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.

[BUG]: @import is deprecated

1 participant