styled-components / xstyled

A utility-first CSS-in-JS framework built for React. 💅👩‍🎤⚡️
https://xstyled.dev
MIT License
2.28k stars 105 forks source link

feat(text): new text utility #228

Closed gregberge closed 3 years ago

gregberge commented 3 years ago

Closes #178

codecov[bot] commented 3 years ago

Codecov Report

Merging #228 (647c285) into next (e889919) will increase coverage by 0.63%. The diff coverage is 97.35%.

Impacted file tree graph

@@            Coverage Diff             @@
##             next     #228      +/-   ##
==========================================
+ Coverage   91.97%   92.60%   +0.63%     
==========================================
  Files          58       59       +1     
  Lines        1047     1069      +22     
  Branches      190      191       +1     
==========================================
+ Hits          963      990      +27     
+ Misses         83       78       -5     
  Partials        1        1              
Impacted Files Coverage Δ
packages/core/src/colorModes.tsx 93.33% <ø> (ø)
packages/core/src/customProperties.ts 100.00% <ø> (ø)
packages/core/src/transform.ts 100.00% <ø> (ø)
packages/emotion/src/preflight.tsx 100.00% <ø> (ø)
packages/emotion/src/styled.ts 100.00% <ø> (ø)
packages/emotion/src/x.ts 100.00% <ø> (ø)
packages/styled-components/src/createX.ts 100.00% <ø> (ø)
packages/styled-components/src/styled.ts 100.00% <ø> (ø)
packages/emotion/src/breakpoints.ts 50.00% <80.00%> (+50.00%) :arrow_up:
packages/styled-components/src/breakpoints.ts 50.00% <80.00%> (+50.00%) :arrow_up:
... and 43 more

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 91bbd53...647c285. Read the comment docs.