Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(parsetorgb): fix rgba/hsla alpha precision #611

Merged
merged 2 commits into from Apr 6, 2022
Merged

fix(parsetorgb): fix rgba/hsla alpha precision #611

merged 2 commits into from Apr 6, 2022

Conversation

levymetal
Copy link
Contributor

@levymetal levymetal requested a review from bhough as a code owner April 6, 2022 04:44
@levymetal levymetal changed the title Levymetal/fix rgba hsla alpha precision fix(parsetorgb): fix rgba/hsla alpha precision Apr 6, 2022
@codecov
Copy link

codecov bot commented Apr 6, 2022

Codecov Report

Merging #611 (880f5d2) into main (bee4d68) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main      #611   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           89        89           
  Lines          860       860           
  Branches       323       323           
=========================================
  Hits           860       860           
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/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 bee4d68...880f5d2. Read the comment docs.

@bhough bhough changed the base branch from main to version-4-2-2 April 6, 2022 10:17
@bhough bhough merged commit 29d7377 into styled-components:version-4-2-2 Apr 6, 2022
@levymetal levymetal deleted the levymetal/fix-rgba-hsla-alpha-precision branch April 7, 2022 08:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

rgbaRegex fails 3 digit decimals
2 participants