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

fixes color attribute parsing for non-integer values #225

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

TheCodeTherapy
Copy link
Contributor

Resolves #213

This PR aims to fix parsing for color attributes provided in hsl, hsla, rgb, or rgba formats with non-integer values.


What kind of changes does your PR introduce? (check at least one)

  • Bugfix
  • Feature
  • Refactor
  • Tests
  • Other, please describe:

Does your PR introduce a breaking change? (check one)

  • Yes
  • No

If yes, please describe its impact and migration path for existing applications:

Does your PR fulfill the following requirements?

  • All tests are passing
  • The title references the corresponding issue # (if relevant)

Copy link

github-actions bot commented Mar 4, 2025

A preview of this PR can be seen here:

https://mml-io.github.io/mml/pull/225/

Changes may take a few minutes to propagate. The source is here: https://github.com/mml-io/mml/tree/gh-pages/pull/225/

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.

hsl parsing does not support non integer hue
1 participant