RockefellerArchiveCenter / styles

Style Library for the Rockefeller Archive Center
https://styles.rockarch.org
MIT License
0 stars 1 forks source link

Migrate from @import to @use/@forward #117

Open HaSistrunk opened 2 years ago

HaSistrunk commented 2 years ago

Is your feature request related to a problem? Please describe.

With DART Sass, the Sass documentation recommends moving away from using @import because it will be deprecated.

Describe the solution you'd like

Replace @import rule with @use and @forward rules. Check out the Sass migrator tool as a way to automatically update.

More info

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