Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Swap scss import order #120

Merged
merged 2 commits into from
Nov 15, 2024
Merged

Swap scss import order #120

merged 2 commits into from
Nov 15, 2024

Conversation

anselmbradford
Copy link
Member

@anselmbradford anselmbradford commented Nov 15, 2024

  • The generated CSS is handled via the main JS entrypoint. ESBuild reads main.js and when encountering the .scss import, it exports the referenced file as main.css. When Expandable is imported, it too has associated CSS from the DS. With that import coming first, means that it messes up the order of the generated CSS. Moving the main.scss import first fixes that.

  • Fix typo in cfpb icons path.

@chosak chosak merged commit 08e9944 into main Nov 15, 2024
3 checks passed
@chosak chosak deleted the ans_import_tweaks branch November 15, 2024 15:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants