Skip to content

Commit

Permalink
add css imports option
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Williams committed Aug 16, 2023
1 parent bd5f0dd commit cbe379a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"pagefind": "^0.12.0",
"postcss": "^8.4.24",
"postcss-html": "^1.5.0",
"postcss-import": "^15.1.0",
"prettier": "^2.8.8",
"prettier-plugin-astro": "0.10.0",
"prettier-plugin-tailwindcss": "^0.3.0",
Expand Down
9 changes: 6 additions & 3 deletions pnpm-lock.yaml

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

1 change: 1 addition & 0 deletions postcss.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module.exports = {
plugins: {
"postcss-import": {},
"tailwindcss/nesting": {},
tailwindcss: {},
autoprefixer: {},
Expand Down

0 comments on commit cbe379a

Please sign in to comment.