Skip to content

Commit

Permalink
refactor: remove postcss-preset-env
Browse files Browse the repository at this point in the history
  • Loading branch information
sergejcodes committed Sep 12, 2021
1 parent 22c094a commit 8065075
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
7 changes: 1 addition & 6 deletions .config/postcss.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ module.exports = {
plugins: [
require('postcss-import'),
require('tailwindcss')(path.resolve(__dirname, '../src/tailwind.config.js')),
require('autoprefixer'),
/**
* use tomorrow’s CSS today
* docs: https://preset-env.cssdb.org/features
*/
require('postcss-preset-env')({ stage: 1 })
require('autoprefixer')
]
}
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
"postcss": "^8.3.6",
"postcss-import": "^14.0.2",
"postcss-loader": "^6.1.1",
"postcss-preset-env": "^6.7.0",
"stylelint": "^13.13.1",
"stylelint-config-recommended": "^5.0.0",
"stylelint-webpack-plugin": "^3.0.1",
Expand Down

0 comments on commit 8065075

Please sign in to comment.