Skip to content

Commit e5e7719

Browse files
authored
chore: remove unneeded postcss-custom-properties plugin (#836)
1 parent 81595fe commit e5e7719

File tree

3 files changed

+9
-62
lines changed

3 files changed

+9
-62
lines changed

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
"h3": "^1.11.1",
5151
"pathe": "^1.1.2",
5252
"postcss": "^8.4.33",
53-
"postcss-custom-properties": "^13.3.6",
5453
"postcss-nesting": "^12.1.0",
5554
"tailwind-config-viewer": "^1.7.3",
5655
"tailwindcss": "~3.4.1",

pnpm-lock.yaml

+9-60
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/module.ts

-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ export default defineNuxtModule<ModuleOptions>({
129129
postcssOptions.plugins = {
130130
...(postcssOptions.plugins || {}),
131131
'tailwindcss/nesting': postcssOptions.plugins?.['tailwindcss/nesting'] ?? {},
132-
'postcss-custom-properties': postcssOptions.plugins?.['postcss-custom-properties'] ?? {},
133132
tailwindcss: enableHMR ? twConfig.dst satisfies string : _config
134133
}
135134

0 commit comments

Comments
 (0)