styled-components / polished

A lightweight toolset for writing styles in JavaScript ✨
https://polished.js.org/
MIT License
7.6k stars 209 forks source link

fix(parsetohsl): fixes support for 4 space-separated CSS values #606

Closed bhough closed 2 years ago

bhough commented 2 years ago

fix #605

codecov[bot] commented 2 years ago

Codecov Report

Merging #606 (9f90463) into main (bf2bd28) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main      #606   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           89        89           
  Lines          856       856           
  Branches       319       319           
=========================================
  Hits           856       856           
Flag Coverage Δ
unittests 100.00% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/color/transparentize.js 100.00% <ø> (ø)
src/color/parseToRgb.js 100.00% <100.00%> (ø)

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 bf2bd28...9f90463. Read the comment docs.