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

Screens should accept an object with options as argument instead of an array #244

Closed Machy8 closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #244 (58b21a1) into 0.6 (94b2dc1) will increase coverage by 0.14%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##              0.6     #244      +/-   ##
==========================================
+ Coverage   76.42%   76.57%   +0.14%     
==========================================
  Files          28       28              
  Lines        4348     4375      +27     
  Branches      480      482       +2     
==========================================
+ Hits         3323     3350      +27     
  Misses       1019     1019              
  Partials        6        6              
Impacted Files Coverage Δ
packages/stylify/src/Compiler/Compiler.ts 96.05% <100.00%> (+0.08%) :arrow_up:
packages/stylify/src/Compiler/MacroMatch.ts 100.00% <100.00%> (ø)
packages/stylify/src/Compiler/RegExpMatch.ts 100.00% <100.00%> (ø)
packages/stylify/src/Compiler/defaultPreset.ts 92.30% <100.00%> (+0.07%) :arrow_up:
packages/stylify/src/Compiler/index.ts 100.00% <100.00%> (ø)

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 5417fd1...58b21a1. Read the comment docs.