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
Imagine you have a site with two different layouts with different CSS files. You can't import them both in _app.js because of CSS conflicts. And creating them as LayoutX.module.css doesn't work because they contain "impure" selectors to apply global styles.
Is there some way to have _app.js do a selective global import depending on the layout or route? Any other approach to this that I'm missing?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Imagine you have a site with two different layouts with different CSS files. You can't import them both in _app.js because of CSS conflicts. And creating them as LayoutX.module.css doesn't work because they contain "impure" selectors to apply global styles.
Is there some way to have _app.js do a selective global import depending on the layout or route? Any other approach to this that I'm missing?
Beta Was this translation helpful? Give feedback.
All reactions