We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae6f2a9 commit 43cb8d6Copy full SHA for 43cb8d6
packages/ui-components/.postcssrc.json
@@ -1,7 +1,8 @@
1
{
2
"plugins": {
3
"postcss-calc": {},
4
- "@tailwindcss/postcss": {},
5
- "cssnano": {}
+ "@tailwindcss/postcss": {
+ "optimize": true
6
+ }
7
}
8
packages/ui-components/package.json
@@ -52,7 +52,6 @@
52
"@types/react": "catalog:",
53
"cross-env": "catalog:",
54
"css-loader": "~7.1.2",
55
- "cssnano": "^7.1.0",
56
"eslint-plugin-react": "~7.37.4",
57
"eslint-plugin-storybook": "~9.0.3",
58
"global-jsdom": "^26.0.0",
0 commit comments