Skip to content

Commit

Permalink
Remove unused postcss-responsive-type
Browse files Browse the repository at this point in the history
  • Loading branch information
tdonohue committed Oct 23, 2024
1 parent c93ed03 commit 39c5c75
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 36 deletions.
33 changes: 0 additions & 33 deletions package-lock.json

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

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,6 @@
"postcss-import": "^14.0.0",
"postcss-loader": "^4.0.3",
"postcss-preset-env": "^7.4.2",
"postcss-responsive-type": "1.0.0",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"rimraf": "^3.0.2",
Expand Down
3 changes: 1 addition & 2 deletions postcss.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module.exports = {
plugins: [
require('postcss-import')(),
require('postcss-preset-env')(),
require('postcss-responsive-type')()
require('postcss-preset-env')()
]
};

0 comments on commit 39c5c75

Please sign in to comment.