pascalduez / postcss-apply

PostCSS plugin enabling custom properties sets references
The Unlicense
164 stars 12 forks source link

Support ancestor rules #33

Closed jonathantneal closed 7 years ago

jonathantneal commented 7 years ago

Support situations like nested media queries or atrule nesting.

Resolves #32

codecov-io commented 7 years ago

Codecov Report

Merging #33 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #33   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           2      2           
  Lines          64     67    +3     
=====================================
+ Hits           64     67    +3
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 1c25761...ef10e0b. Read the comment docs.

pascalduez commented 7 years ago

Hi @jonathantneal,

thanks for the PR!