Skip to content
This repository was archived by the owner on May 5, 2024. It is now read-only.

Commit 37089c9

Browse files
committed
Use tailwind.config.cjs as config
1 parent 2c20b7a commit 37089c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

preset.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const globalCSS = `@tailwind base;
77
const addTailwind = (otherPlugins) => `plugins: [
88
// Some plugins, like postcss-nested, need to run before Tailwind
99
10-
tailwindcss,
10+
tailwindcss("./tailwind.config.cjs"),
1111
1212
// But others, like autoprefixer, need to run after
1313

0 commit comments

Comments
 (0)