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
This plugin injects all of it's styles directly into the <head> of the DOM in it's distribution js. This makes control over overriding these styles more difficult. Webpack will inject my application CSS first, then, when this component is imported, it's styles will always be the last in the head. Are there plans to extract the CSS to a separate file? This way styles can be processed in a Webpack workflow as usual and thus placed in the order you like.
The text was updated successfully, but these errors were encountered:
This plugin injects all of it's styles directly into the
<head>
of the DOM in it's distribution js. This makes control over overriding these styles more difficult. Webpack will inject my application CSS first, then, when this component is imported, it's styles will always be the last in the head. Are there plans to extract the CSS to a separate file? This way styles can be processed in a Webpack workflow as usual and thus placed in the order you like.The text was updated successfully, but these errors were encountered: