Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Bump cssnano to v2. #166

Merged
merged 1 commit into from
Jun 29, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"chalk": "^1.0.0",
"chokidar": "^1.0.0",
"commander": "^2.3.0",
"cssnano": "^1.3.0",
"cssnano": "^2.0.1",
"exit": "^0.1.2",
"pixrem": "^1.1.0",
"pleeease-filters": "^1.0.0",
Expand Down
3 changes: 0 additions & 3 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,6 @@ function cssnext(string, options) {
? options.compress
: {}
),
// forced calc options to false
// since we already used it
calc: false,
})
)
}
Expand Down