mkdist icon indicating copy to clipboard operation
mkdist copied to clipboard

feat: support transpilation of `<style>` blocks

Open danielroe opened this issue 3 years ago • 3 comments

danielroe avatar Feb 04 '22 21:02 danielroe

Codecov Report

Merging #27 (27a98a7) into main (8f3a513) will increase coverage by 0.76%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #27      +/-   ##
==========================================
+ Coverage   95.37%   96.13%   +0.76%     
==========================================
  Files           6        7       +1     
  Lines         324      388      +64     
  Branches       70       79       +9     
==========================================
+ Hits          309      373      +64     
  Misses         15       15              
Impacted Files Coverage Δ
src/loader.ts 100.00% <100.00%> (ø)
src/loaders/index.ts 100.00% <100.00%> (ø)
src/loaders/sass.ts 100.00% <100.00%> (ø)
src/loaders/vue.ts 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

codecov-commenter avatar Feb 04 '22 21:02 codecov-commenter

@pi0 Any issue with this pr?

danielroe avatar Oct 15 '22 16:10 danielroe

Can we lazy import sass dependency and also remove from dependencies? (it can be included from user path).

pi0 avatar Oct 15 '22 16:10 pi0