Skip to content

Commit

Permalink
+ proj: add postcss-inset plugin to compatible with older browsers.
Browse files Browse the repository at this point in the history
  • Loading branch information
catouse committed May 30, 2024
1 parent 5ac88d1 commit 8dba998
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
"minimist": "^1.2.8",
"postcss": "^8.4.38",
"postcss-import": "^15.1.0",
"postcss-inset": "^1.0.0",
"postcss-rem-to-pixel": "^4.1.2",
"tailwindcss": "^3.4.3",
"tsx": "^3.14.0",
Expand Down
19 changes: 19 additions & 0 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.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ module.exports = {
plugins: [
require('postcss-import'),
require('tailwindcss'),
require('postcss-inset')(),
require('autoprefixer'),
...extraPlugins,
],
Expand Down

0 comments on commit 8dba998

Please sign in to comment.