Skip to content

chore: Update sass function calls#7833

Merged
camdecoster merged 3 commits into
masterfrom
cam/7592/update-sass-calls
Jun 26, 2026
Merged

chore: Update sass function calls#7833
camdecoster merged 3 commits 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

KoolADE85
KoolADE85 previously approved these changes Jun 26, 2026
emilykl
emilykl previously approved these changes Jun 26, 2026
@camdecoster camdecoster dismissed stale reviews from emilykl and KoolADE85 via ec3dba6 June 26, 2026 21:51
@camdecoster camdecoster added the no-draftlog The associated PR doesn't require a draftlog and the CI check will be skipped. label Jun 26, 2026
@camdecoster camdecoster merged commit 02073d3 into master Jun 26, 2026
163 of 165 checks passed
@camdecoster camdecoster deleted the cam/7592/update-sass-calls branch June 26, 2026 22:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

no-draftlog The associated PR doesn't require a draftlog and the CI check will be skipped.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG]: @import is deprecated

3 participants