Skip to content

Commit ae6f2a9

Browse files
committed
feat(ui): minify
1 parent b035290 commit ae6f2a9

File tree

3 files changed

+519
-24
lines changed

3 files changed

+519
-24
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"plugins": {
33
"postcss-calc": {},
4-
"@tailwindcss/postcss": {}
4+
"@tailwindcss/postcss": {},
5+
"cssnano": {}
56
}
67
}

packages/ui-components/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,22 +41,22 @@
4141
"classnames": "catalog:"
4242
},
4343
"devDependencies": {
44-
"@tailwindcss/postcss": "~4.1.11",
45-
"postcss-calc": "^10.1.1",
46-
"tailwindcss": "catalog:",
4744
"@storybook/addon-styling-webpack": "^2.0.0",
4845
"@storybook/addon-themes": "^9.0.15",
4946
"@storybook/addon-webpack5-compiler-swc": "^3.0.0",
5047
"@storybook/react": "^9.0.15",
5148
"@storybook/react-webpack5": "^9.0.15",
49+
"@tailwindcss/postcss": "~4.1.11",
5250
"@testing-library/user-event": "~14.6.1",
5351
"@types/node": "catalog:",
5452
"@types/react": "catalog:",
5553
"cross-env": "catalog:",
5654
"css-loader": "~7.1.2",
55+
"cssnano": "^7.1.0",
5756
"eslint-plugin-react": "~7.37.4",
5857
"eslint-plugin-storybook": "~9.0.3",
5958
"global-jsdom": "^26.0.0",
59+
"postcss-calc": "^10.1.1",
6060
"postcss-cli": "^11.0.1",
6161
"postcss-loader": "~8.1.1",
6262
"react": "catalog:",
@@ -66,6 +66,7 @@
6666
"stylelint-config-standard": "^38.0.0",
6767
"stylelint-order": "7.0.0",
6868
"stylelint-selector-bem-pattern": "4.0.1",
69+
"tailwindcss": "catalog:",
6970
"tsx": "^4.20.3",
7071
"typescript": "catalog:",
7172
"typescript-eslint": "~8.35.1"

0 commit comments

Comments
 (0)