Skip to content

Netail/repro-app-dir-css-order

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

Contributors