Skip to content

Commit

Permalink
fix(nx-dev): fix tailwind config
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz committed Apr 5, 2023
1 parent 3666f6b commit 2badcd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nx-dev/nx-dev/tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const path = require('path');
const { createGlobPatternsForDependencies } = require('@nx/next/tailwind');
const { createGlobPatternsForDependencies } = require('@nrwl/next/tailwind');

if (!createGlobPatternsForDependencies(__dirname).length)
throw Error('GRAPH ISSUE: No dependency found when many are expected.');
Expand Down

0 comments on commit 2badcd2

Please sign in to comment.