Skip to content

Commit 1b7e883

Browse files
fix(css-config): use correct version (#1453)
* fix(css-config): use correct version * fix lint
1 parent e03c036 commit 1b7e883

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

apps/sim/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@
126126
"@types/react-dom": "^19",
127127
"@vitejs/plugin-react": "^4.3.4",
128128
"@vitest/coverage-v8": "^3.0.8",
129+
"autoprefixer": "10.4.21",
129130
"concurrently": "^9.1.0",
130131
"critters": "0.0.25",
131132
"dotenv": "^16.4.7",

apps/sim/postcss.config.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
/** @type {import('postcss-load-config').Config} */
22
const config = {
33
plugins: {
4-
'@tailwindcss/postcss': {},
4+
tailwindcss: {},
5+
autoprefixer: {},
56
},
67
}
78

bun.lock

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)