iTwin / appui

Monorepo for iTwin.js AppUi
MIT License
9 stars 2 forks source link

Bump `sass` version #1085

Closed GerardasB closed 1 month ago

GerardasB commented 1 month ago

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:

The test-app and storybook now use modern-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