Replies: 4 comments 5 replies
-
Did you try this in your components or pages: eg: |
Beta Was this translation helpful? Give feedback.
-
If you use the next-css plugin then it should disable their new CSS import rules. |
Beta Was this translation helpful? Give feedback.
This comment was marked as spam.
This comment was marked as spam.
-
The next-css plugin shouldn't be described as Should there be a warning in the terminal whilst this is still the case? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I understand that we can import global CSS in
_app
and the built-in CSS module support.But neither of these approaches solve my problem: I'm using a third party image gallery and it requires to import a
.css
file, but it's not good practice to import it in_app
because the gallery is only used on one page. What's the best way to import it just for that page?Related to #10665
Beta Was this translation helpful? Give feedback.
All reactions