Next.js Discord

Discord Forum

Bootstrap Overriding Global CSS/ Global CSS Order Issue

Unanswered
0x0d4n13l4<3~666 posted this in #help-forum
Open in Discord
I'm using next js 14 the problem i running into is my node modules like bootstrap, bootstrap-icons, aos is executed after my global css which is causing my global css overriding by bootstrap

1 Reply

you can see here its my global css loads before bootstrap css no matter what order i set in my component or in layout.js