You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a developer I don't want to have to remember to import a separate css file.
Proposal
We can bundle the css by setting the postcss extract option to false. The only thing to check is that the library is still usable when included with a script tag.
Acceptance criteria
As a developer I can use the library from a script tag
As a developer I do not need to import or include a separate css file
The text was updated successfully, but these errors were encountered:
Still interested in implementing this. I wonder if this is a breaking change? I'll start collecting issues with breaking changes together in anticipation of a v2 release.
In my scenario I am using CSS-in-JS as my theme solution, I need to dynamically control the styles to match the theme, and CSS variables don't work well for that.
Purpose
As a developer I don't want to have to remember to import a separate css file.
Proposal
We can bundle the css by setting the postcss extract option to false. The only thing to check is that the library is still usable when included with a script tag.
Acceptance criteria
The text was updated successfully, but these errors were encountered: