Skip to content

Commit

Permalink
Merge pull request #1 from thecrypticace/fix/remove-is-using-postcss
Browse files Browse the repository at this point in the history
Add postcss plugin to remove `:is` wrappers
  • Loading branch information
remiconnesson authored Apr 18, 2023
2 parents a09e620 + 7b16fe6 commit a848462
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 0 deletions.
54 changes: 54 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"vue": "^3.2.41"
},
"devDependencies": {
"@csstools/postcss-is-pseudo-class": "^3.2.0",
"@rushstack/eslint-patch": "^1.1.4",
"@types/node": "^16.11.68",
"@vitejs/plugin-vue": "^3.1.2",
Expand Down
1 change: 1 addition & 0 deletions postcss.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
"@csstools/postcss-is-pseudo-class": {},
},
};

0 comments on commit a848462

Please sign in to comment.