https://github.com/netail/repro-app-dir-css-order
https://github.com/netail/repro-app-dir-css-order
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/netail/repro-app-dir-css-order
- Owner: Netail
- Created: 2024-03-05T23:21:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-04T15:44:33.000Z (about 1 year ago)
- Last Synced: 2025-04-04T16:40:05.114Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://github.com/vercel/next.js/issues/65480
- Size: 402 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CSS import order issue
1. Start the dev server with `yarn dev`
2. Open 'localhost:3000/'
3. See 1 yellow and 1 blue component
4. Uncomment the 'use client' in the navigation-wrapper.tsx
5. Instead of 1 yellow & 1 blue component it becomes 2 blue ones (Even after a reload & restart)