Skip to content

Commit

Permalink
add postcss import peer dep
Browse files Browse the repository at this point in the history
  • Loading branch information
rschlaefli committed Aug 7, 2024
1 parent 2ea247c commit fa0cb8b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/design-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"dayjs": "^1.0.0",
"formik": "^2.4.3",
"lucide-react": "^0.424.0",
"postcss-import": "^15.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwind-merge": "^2.4.0",
Expand Down
1 change: 1 addition & 0 deletions packages/design-system/postcss.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export default {
plugins: {
'postcss-import': {},
tailwindcss: {},
autoprefixer: {},
},
Expand Down
3 changes: 3 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fa0cb8b

Please sign in to comment.