Skip to content

Commit

Permalink
Merge pull request #9200 from RocketChat/postcss-nested
Browse files Browse the repository at this point in the history
Replace postcss-nesting with postcss-nested
  • Loading branch information
rodrigok committed Dec 20, 2017
1 parent 64104fd commit decbc93
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .postcssrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"postcss-media-minmax": {},
"postcss-selector-not": {},
"postcss-nesting": {},
"postcss-nested": {},
"autoprefixer": {
"browsers": [
"ie > 10",
Expand Down
33 changes: 29 additions & 4 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 @@ -96,7 +96,7 @@
"postcss-custom-properties": "^6.2.0",
"postcss-import": "^11.0.0",
"postcss-media-minmax": "^3.0.0",
"postcss-nesting": "^3.0.0",
"postcss-nested": "^3.0.0",
"postcss-selector-not": "^3.0.1",
"proxyquire": "^1.8.0",
"simple-git": "^1.85.0",
Expand Down

0 comments on commit decbc93

Please sign in to comment.