stylify / packages

💎 Monorepository for Stylify packages. Stylify uses CSS-like selectors to generate Extremely optimized utility-first CSS dynamically based on what you write 💎.
https://stylifycss.com
MIT License
424 stars 9 forks source link

Disable mangling by default for unplugin, nuxt, astro #252

Closed Machy8 closed 1 year ago

Machy8 commented 1 year ago

Close #238

codecov[bot] commented 1 year ago

Codecov Report

Merging #252 (0a6fa47) into 0.6 (9babfe8) will increase coverage by 1.10%. The diff coverage is 60.37%.

Impacted file tree graph

@@            Coverage Diff             @@
##              0.6     #252      +/-   ##
==========================================
+ Coverage   77.51%   78.62%   +1.10%     
==========================================
  Files          28       27       -1     
  Lines        4341     4220     -121     
  Branches      494      500       +6     
==========================================
- Hits         3365     3318      -47     
+ Misses        970      896      -74     
  Partials        6        6              
Impacted Files Coverage Δ
packages/astro/src/index.ts 0.00% <ø> (ø)
packages/nuxt-module/src/index.ts 0.00% <0.00%> (ø)
packages/nuxt/src/module.ts 0.00% <0.00%> (ø)
packages/stylify/src/Compiler/index.ts 100.00% <ø> (ø)
packages/unplugin/src/index.ts 86.45% <57.14%> (-5.88%) :arrow_down:
packages/bundler/src/Bundler.ts 84.35% <78.94%> (+2.09%) :arrow_up:
packages/stylify/src/Compiler/CompilationResult.ts 96.31% <100.00%> (ø)
packages/stylify/src/Compiler/Compiler.ts 95.96% <100.00%> (+0.02%) :arrow_up:
packages/stylify/src/Compiler/defaultPreset.ts 92.38% <100.00%> (+0.14%) :arrow_up:

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 7dd4b5e...0a6fa47. Read the comment docs.