Skip to content

Commit 2245f26

Browse files
committed
Rename plugin in compat mode
1 parent c238ed1 commit 2245f26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.postcss7.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ const getConfigFunction = (config) => () => {
6363
return resolveConfig([...getAllConfigs(configObject)])
6464
}
6565

66-
const plugin = postcss.plugin('tailwind', (config) => {
66+
const plugin = postcss.plugin('tailwindcss', (config) => {
6767
const plugins = []
6868
const resolvedConfigPath = resolveConfigPath(config)
6969

0 commit comments

Comments
 (0)