Update or swap imports for the documentation repo #3621
Labels
DST-engineering
Issues that require work from Design System Team engineers
platform-design-system-team
Description
Now that we are done with formation deprecation, we need to update packages to make sure our style imports are coming from css-library.
Considerations
/assets/stylesheets/
throughout many stylesheets. It's possible there are some being used in here that we don't carry in css-library, such as$font-bold
and$font-sans
in the_do-dont.scss
stylesheet. Instances like this will need to be updated to whatever their equivalents are from the variables we do generate. Running ayarn watch
will likely throw variable errors for these once import paths are updated.Tasks
Acceptance Criteria
The text was updated successfully, but these errors were encountered: