You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The import system in SASS is being deprecated in favor of a new module system with use syntax.
Proposed solution
Migrate all the SASS files to using this new system. Each component or asset file should have it's own issue, as this will be a lengthy project and take a while.
https://css-tricks.com/introducing-sass-modules/
Problem
The
import
system in SASS is being deprecated in favor of a new module system withuse
syntax.Proposed solution
Migrate all the SASS files to using this new system. Each component or asset file should have it's own issue, as this will be a lengthy project and take a while.
src/assets/scss
src/components
The text was updated successfully, but these errors were encountered: