Skip to content

Commit

Permalink
Merge pull request DSpace#3547 from tdonohue/remove_unused_postcss_deps
Browse files Browse the repository at this point in the history
Remove unused PostCSS plugins
  • Loading branch information
kshepherd authored Oct 24, 2024
2 parents 9c4e8a3 + 39c5c75 commit 660b873
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 81 deletions.
76 changes: 0 additions & 76 deletions package-lock.json

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

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -227,11 +227,9 @@
"ngx-mask": "14.2.4",
"nodemon": "^2.0.22",
"postcss": "^8.4",
"postcss-apply": "0.12.0",
"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
4 changes: 1 addition & 3 deletions postcss.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module.exports = {
plugins: [
require('postcss-import')(),
require('postcss-preset-env')(),
require('postcss-apply')(),
require('postcss-responsive-type')()
require('postcss-preset-env')()
]
};

0 comments on commit 660b873

Please sign in to comment.