Skip to content

Commit

Permalink
fix(nextjs): Setup Tailwind should work with nextjs app router (#19934)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndcunningham authored Oct 30, 2023
1 parent fc468a5 commit 23ef97e
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ const knownLocations = [
'pages/styles.css',
'pages/styles.scss',
'pages/styles.less',

'app/global.css',
'app/global.scss',
'app/global.less',
];

export function addTailwindStyleImports(
Expand Down

0 comments on commit 23ef97e

Please sign in to comment.