An open API service indexing awesome lists of open source software.

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

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)