We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
getAll
This idea initially came from the need to show coords in a color swatch formatted as they are in the parsed color. Something like this:
@LeaVerou pointed out that, unfortunately, there is no way to do it now, but it might be a good feature of getAll().
getAll()
So, I'm filing this issue to request this feature. 🙃
The text was updated successfully, but these errors were encountered:
Low hanging fruit would be to add precision, we could also add type which would serialize to <angle> or <percentage>.
precision
type
<angle>
<percentage>
Sorry, something went wrong.
[getAll] Support precision, closes #542 (#548)
b6e92aa
* [getAll] Support precision, closes #542 * Switch to the options parameter * Revert "Switch to the options parameter" This reverts commit 4c52663. * Address feedback * Update src/getAll.js Co-authored-by: Adam Thompson-Sharpe <adamthompsonsharpe@gmail.com> * Update src/getAll.js Co-authored-by: Adam Thompson-Sharpe <adamthompsonsharpe@gmail.com> * Add overloads * Simplify code * Leftover --------- Co-authored-by: Adam Thompson-Sharpe <adamthompsonsharpe@gmail.com>
Successfully merging a pull request may close this issue.
This idea initially came from the need to show coords in a color swatch formatted as they are in the parsed color. Something like this:
@LeaVerou pointed out that, unfortunately, there is no way to do it now, but it might be a good feature of
getAll()
.So, I'm filing this issue to request this feature. 🙃
The text was updated successfully, but these errors were encountered: