Skip to content

Commit

Permalink
fix: #1916
Browse files Browse the repository at this point in the history
  • Loading branch information
saadeghi committed Jun 7, 2023
1 parent ed513bd commit 0bf1663
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
},
"devDependencies": {
"@vitest/ui": "^0.31.1",
"autoprefixer": "^10",
"c8": "^7.14.0",
"lightningcss-cli": "^1.20.0",
"postcss-cli": "10.1.0",
Expand Down
1 change: 1 addition & 0 deletions src/full/postcss.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ module.exports = {
require("postcss-import"),
require("tailwindcss/nesting"),
require("tailwindcss")("./src/full/tailwind.config.js"),
require("autoprefixer"),
],
}

0 comments on commit 0bf1663

Please sign in to comment.