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

fix: PostCSS processing order issue for widget #463

Merged
merged 2 commits into from
Dec 11, 2024

Conversation

mortennordseth
Copy link
Contributor

Updated the generate-widget-version script to do the PostCSS processing twice to ensure the @atb-as/token plugin is executed on all of the CSS. It's currently not being applied to CSS imported with composes.

There are some issues related to determining postcss plugin order in vite, but this will do for now so that we can release the planner-web for Farte and VKT.

Copy link

vercel bot commented Dec 11, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
planner-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 11, 2024 1:11pm

Copy link
Contributor

@tft-abel tft-abel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Interesting issue this. Seems like you found a good workaround manually running PostCSS once more. We might find a more sophisticated fix in the future. Looks good to me!

@mortennordseth mortennordseth merged commit b070b2f into main Dec 11, 2024
4 checks passed
@mortennordseth mortennordseth deleted the morten/fix-widget-postcss branch December 11, 2024 14:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants