Skip to content

Commit 43cb8d6

Browse files
committed
use tailwind's minify
1 parent ae6f2a9 commit 43cb8d6

File tree

3 files changed

+23
-516
lines changed

3 files changed

+23
-516
lines changed
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"plugins": {
33
"postcss-calc": {},
4-
"@tailwindcss/postcss": {},
5-
"cssnano": {}
4+
"@tailwindcss/postcss": {
5+
"optimize": true
6+
}
67
}
78
}

packages/ui-components/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252
"@types/react": "catalog:",
5353
"cross-env": "catalog:",
5454
"css-loader": "~7.1.2",
55-
"cssnano": "^7.1.0",
5655
"eslint-plugin-react": "~7.37.4",
5756
"eslint-plugin-storybook": "~9.0.3",
5857
"global-jsdom": "^26.0.0",

0 commit comments

Comments
 (0)