Aug 20, 2024
0
Level 3
How add custom css file to only admin layout in the next app
** hello friends i have next js project dashboard css is different from website css - now i finished website ** how to add custom css that working only in dashboard layout and down only folders
- app layout.tsx // used for website
- (admin)
- layout.tsx // need load the dashboard css & js files that work only in this layout without conflict with website rootlayout and all pages down of it like without any conflict
- product
- brands
- orders
- users ... etc
Thanks
Please or to participate in this conversation.