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

Commit b71b7c8

Browse files
committed
Merge pull request #166 from ben-eb/cssnano-2
Bump cssnano to v2.
2 parents fd7cfad + d63d51c commit b71b7c8

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"chalk": "^1.0.0",
3131
"chokidar": "^1.0.0",
3232
"commander": "^2.3.0",
33-
"cssnano": "^1.3.0",
33+
"cssnano": "^2.0.1",
3434
"exit": "^0.1.2",
3535
"pixrem": "^1.1.0",
3636
"pleeease-filters": "^1.0.0",

src/index.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,6 @@ function cssnext(string, options) {
143143
? options.compress
144144
: {}
145145
),
146-
// forced calc options to false
147-
// since we already used it
148-
calc: false,
149146
})
150147
)
151148
}

0 commit comments

Comments
 (0)