Skip to content

Commit

Permalink
fix: remove unused dev module
Browse files Browse the repository at this point in the history
  • Loading branch information
petyosi committed Apr 30, 2024
1 parent 912118e commit a702f73
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 140 deletions.
137 changes: 0 additions & 137 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 @@ -133,7 +133,6 @@
"micromark-util-types": "^2.0.0",
"multer": "1.4.5-lts.1",
"postcss": "^8.4.24",
"postcss-extend": "^1.0.5",
"postcss-mixins": "^9.0.4",
"postcss-nesting": "^11.2.2",
"prettier": "^3.1.1",
Expand Down
3 changes: 1 addition & 2 deletions postcss.config.mjs
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import autoprefixer from 'autoprefixer'
import nesting from 'postcss-nesting'
import extend from 'postcss-extend'
import mixins from 'postcss-mixins'

export default {
plugins: [ autoprefixer, mixins, extend, nesting ]
plugins: [autoprefixer, mixins, nesting]
}

0 comments on commit a702f73

Please sign in to comment.