Closed bryanforbes closed 6 years ago
Merging #198 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #198 +/- ##
=======================================
Coverage 72.88% 72.88%
=======================================
Files 28 28
Lines 675 675
Branches 110 110
=======================================
Hits 492 492
Misses 183 183
Impacted Files | Coverage Δ | |
---|---|---|
tasks/util/postcss.ts | 100% <ø> (ø) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 76fc984...c603500. Read the comment docs.
Type: bug
The following has been addressed in the PR:
prettier
as per the readme code style guidelinesDescription:
Prevent
cssnano
from minifying@keyframes
identifiers by passingreduceIdents: false
to itResolves #197