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
Related: How can global CSS be imported such that global and cascaded styles are correctly applied (without class names)? Note that this CSS is also used by other engines, so it can't rely on any special, non-css syntax (Unless the css continues to work correctly when it's ignored)
isomorphic-style-loader v. 5.1 works for withStyles(s) HOC:
import s from './file.css'
but not for global
import './file.css'
Please advise. Thank you.
The text was updated successfully, but these errors were encountered: