Swap css import in the injected header style-consolidated stylesheet #2979
Labels
DST-engineering
Issues that require work from Design System Team engineers
platform-design-system-team
Description
We recently discovered that the global stylesheet for our web components is being imported into style-consolidated.scss, but the only thing that's really needed is css variables from css-library. This import should be updated to directly import our css-library variables instead.
Tasks
@import '~@department-of-veterans-affairs/component-library/dist/main.css';
to@import '~@department-of-veterans-affairs/css-library/dist/tokens/scss/variables.scss';
Acceptance Criteria
The text was updated successfully, but these errors were encountered: