Skip to content

Commit

Permalink
Merge pull request #14 from lpsinger/postcss-config-in-package-json
Browse files Browse the repository at this point in the history
Move postcss config to package.json
  • Loading branch information
dakota002 committed Sep 5, 2023
2 parents a66f97a + 108291d commit e28487a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
13 changes: 12 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,16 @@
"last 2 versions",
"IE 11",
"not dead"
]
],
"postcss": {
"plugins": {
"autoprefixer": {
"cascade": false,
"grid": true
},
"csso": {
"forceMediaMerge": false
}
}
}
}
12 changes: 0 additions & 12 deletions postcss.config.js

This file was deleted.

0 comments on commit e28487a

Please sign in to comment.