Closed albertstill closed 6 years ago
Merging #39 into master will not change coverage. The diff coverage is
100%
.
@@ Coverage Diff @@
## master #39 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 2 2
Lines 67 72 +5
=====================================
+ Hits 67 72 +5
Impacted Files | Coverage Δ | |
---|---|---|
src/visitor.js | 100% <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 8aec327...cd921ec. Read the comment docs.
postcss-apply@0.9.0
Hi. I wanted to be able to support more complex set option definitions at my company. For example:
I see this is supported in the consumers style sheet:
The code does a type check on the set and passes a string to Root#prepend instead.