Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Changed version of postcss-nested to 1.0.1 to support postcss 5
  • Loading branch information
mvsmal committed Jun 5, 2017
commit 32a661a1914ec4545d27d500634015ec3f490f05
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"postcss-modules-parser": "^1.1.0",
"postcss-modules-scope": "^1.0.2",
"postcss-modules-values": "^1.2.2",
"postcss-nested": "^2.0.2"
"postcss-nested": "^1.0.1"
},
"description": "Transforms styleName to className using compile time CSS module resolution.",
"devDependencies": {
Expand Down