sedimentation-fault

Results 21 issues of sedimentation-fault

### Problem Take this CSS as an example: ``` body { font-size: calc(15px + 0.39vw); } body, #contents { width: 100%; } ``` _minify_ will transorm it to `body{font-size:calc(15px+0.39vw)}body, #contents{width:100%}`...