uiowa / uids

UI Design System
http://uids.brand.uiowa.edu
7 stars 1 forks source link

Epic: Transition SASS to using the module system instead of imports #329

Open pyrello opened 3 years ago

pyrello commented 3 years ago

https://css-tricks.com/introducing-sass-modules/

Problem

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.

src/assets/scss

src/components

joewhitsitt commented 3 years ago

https://sass-lang.com/blog/the-module-system-is-launched details EOL and possible migration techniques

pyrello commented 2 years ago

Need to check out if we can do this yet in 4.x branch.