Removes all the *.import.scss legacy-support files
Removes the import versions from our fixtures testing
Updates docs to only refer to the @use methods for configuring modules
Removes the instances where we were already #{} string interpolating the values of CSS custom properties, since we don’t need to do that now that we’re not supporting @import
How to QA
👀 Visual changes
None.
👾 Code changes
Check:
[ ] The documentation is correct, understandable, and up-to-date.
Preflight checks
PR author to check, and delete if not applicable
[x] Storybook documentation has been updated
[x] Your changes have been added to the unreleased section of CHANGELOG.md
Fixes #772
Changes
@use
methods for configuring modules#{}
string interpolating the values of CSS custom properties, since we don’t need to do that now that we’re not supporting@import
How to QA
👀 Visual changes
None.
👾 Code changes
Check:
Preflight checks
PR author to check, and delete if not applicable
unreleased
section of CHANGELOG.md