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
Is your feature request related to a problem? Please describe.
I have some issue with css load order into <Head /> component. My project has some external dependencies I assume to be able to use link element into Head component.
However we don't have any control on the order and some time as module css I need to write a lot of !important to override those links element.
Describe the solution you'd like
As an NextScript exists, is it possible to add a NextCSS (or whatever) ?
Thanks a lot for your help, I really liked discover NextJS since 6 month and I helps me a lot to maintain a good clean project.
Cheers !
This discussion was converted from issue #13140 on September 12, 2020 04:57.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
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.
-
Feature request
Is your feature request related to a problem? Please describe.
I have some issue with css load order into
<Head />
component. My project has some external dependencies I assume to be able to uselink
element intoHead
component.However we don't have any control on the order and some time as module css I need to write a lot of
!important
to override those links element.Describe the solution you'd like
As an
NextScript
exists, is it possible to add aNextCSS
(or whatever) ?Thanks a lot for your help, I really liked discover NextJS since 6 month and I helps me a lot to maintain a good clean project.
Cheers !
Beta Was this translation helpful? Give feedback.
All reactions