Skip to content

Commit

Permalink
switch to postcss-nesting
Browse files Browse the repository at this point in the history
  • Loading branch information
iandunn committed Sep 21, 2021
1 parent fd6888e commit aca800f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 68 deletions.
79 changes: 13 additions & 66 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"postcss-cli": "^8.3.1",
"postcss-custom-media": "^8.0.0",
"postcss-import": "^14.0.2",
"postcss-nested": "^5.0.6",
"postcss-nesting": "^8.0.1",
"postcss-preset-env": "^6.7.0",
"postcss-reporter": "^7.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion postcss.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module.exports = {
// This has to run before any other plugins, to concatenate all files into one.
'postcss-import': {},

'postcss-nested': {},
'postcss-nesting': {},
'postcss-custom-media': {},
'postcss-preset-env': {},
'cssnano': {}
Expand Down

0 comments on commit aca800f

Please sign in to comment.