rollup-plugin-postcss icon indicating copy to clipboard operation
rollup-plugin-postcss copied to clipboard

Add support for `dir-dependency` message type

Open bradlc opened this issue 4 years ago • 1 comments

This pull request adds support for the dir-dependency message type, detailed in the PostCSS docs.

bradlc avatar May 14 '21 08:05 bradlc

Codecov Report

Merging #374 (71aa074) into master (a03c7bf) will decrease coverage by 0.26%. The diff coverage is 50.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #374      +/-   ##
==========================================
- Coverage   92.94%   92.68%   -0.27%     
==========================================
  Files          10       10              
  Lines         326      328       +2     
  Branches      115      116       +1     
==========================================
+ Hits          303      304       +1     
- Misses         22       23       +1     
  Partials        1        1              
Impacted Files Coverage Δ
src/postcss-loader.js 91.17% <50.00%> (-0.83%) :arrow_down:

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 a03c7bf...71aa074. Read the comment docs.

codecov[bot] avatar May 14 '21 08:05 codecov[bot]