Skip to content

Commit 8f3c8f1

Browse files
committed
Remove default config as it is not required for 1.x
1 parent b539368 commit 8f3c8f1

File tree

2 files changed

+1
-441
lines changed

2 files changed

+1
-441
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const plugin = (options = {}, context) => {
1212
const { config, purgecss } = merge(defaultOptions, options)
1313

1414
const plugins = [
15-
require("tailwindcss")(config || path.join(__dirname, "tailwind.config.js")),
15+
require("tailwindcss")(config),
1616
require("autoprefixer"),
1717
]
1818

0 commit comments

Comments
 (0)