Skip to content

Commit

Permalink
fix: add postcss-import to base
Browse files Browse the repository at this point in the history
  • Loading branch information
nahoc committed Oct 8, 2024
1 parent 81e7d79 commit 0137d46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions config/postcss.config.base.cjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/* c8 ignore start */
module.exports = {
plugins: {
"postcss-import": {},
tailwindcss: {},
autoprefixer: {},
},
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@risc0/ui",
"version": "0.0.185",
"version": "0.0.186",
"private": false,
"sideEffects": false,
"type": "module",
Expand Down Expand Up @@ -35,7 +35,7 @@
"class-variance-authority": "0.7.1-canary.2",
"clsx": "2.1.1",
"cmdk": "1.0.0",
"lucide-react": "0.447.0",
"lucide-react": "0.451.0",
"next-themes": "0.3.0",
"radash": "12.1.0",
"react-hook-form": "7.52.2",
Expand Down

0 comments on commit 0137d46

Please sign in to comment.