Closed GerardasB closed 1 month ago
This PR bumps the sass version to the latest.
sass
The SCSS files are updated to avoid https://sass-lang.com/documentation/breaking-changes/import/ warnings:
@import
@use
@forward
SCSS
The test-app and storybook now use modern-compiler to avoid https://sass-lang.com/documentation/breaking-changes/legacy-js-api/.
test-app
storybook
modern-compiler
The SCSS module paths are updated to drop the cjs subdirectory.
cjs
N/A
Changes
This PR bumps the
sass
version to the latest.The SCSS files are updated to avoid https://sass-lang.com/documentation/breaking-changes/import/ warnings:
@import
rules with@use
rules@forward
rules to SCSS partial files to forward previously importedSCSS
modules (to avoid breaking existing SCSS of AppUI consumers)The
test-app
andstorybook
now usemodern-compiler
to avoid https://sass-lang.com/documentation/breaking-changes/legacy-js-api/.The SCSS module paths are updated to drop the
cjs
subdirectory.Testing
N/A