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
It would be nice if we could also add "transparent" / transparency to choose. See example screenshot:
Could be implemented by adding a field like in my screenshot when a color named "transparent/transparency" is added.
Example css for stripes
background: white; background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zd…05LDExIGwyLC0yJyBzdHJva2U9J2JsYWNrJyBzdHJva2Utd2lkdGg9JzEnLz4KPC9zdmc+Cg==); background-repeat: repeat; color: transparent;
from https://iros.github.io/patternfills/sample_css.html
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
It would be nice if we could also add "transparent" / transparency to choose. See example screenshot:
Expected outcome
Steps to reproduce
Could be implemented by adding a field like in my screenshot when a color named "transparent/transparency" is added.
Example css for stripes
from https://iros.github.io/patternfills/sample_css.html
The text was updated successfully, but these errors were encountered: