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
Currently, the css is bundled with js, and injected at runtime with some magic injectStyles function.
In my project I want to process all the css with my custom loaders (postcss rtl, autoprefixer, etc), is it possible to allow importing the styles as a separate import, similar to what react-toastify allows (it's just adds the css file to the build folder)
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
First of all thank you for this awesome lib! 🙏🏼
Currently, the css is bundled with js, and injected at runtime with some magic
injectStyles
function.In my project I want to process all the css with my custom loaders (postcss rtl, autoprefixer, etc), is it possible to allow importing the styles as a separate import, similar to what react-toastify allows (it's just adds the css file to the build folder)
The text was updated successfully, but these errors were encountered: