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
filter: blur(0.25em); doesn't work filter: blur(4px); works
The text was updated successfully, but these errors were encountered:
Although you are technically right, I don't see that much incentive to fix this bug. What do you think? Is it that much of a problem?
Sorry, something went wrong.
@danielgruber: I personnally add this unit (and also % and rem) when adapting this module for pleeease-filters (with no options for now, that means 1em fallbacks to 16px). You can test it out here: http://pleeease.io/playground.html?div%20%7B%0A%20%20filter:%20blur(.25em)%0A%7D
%
rem
1em
16px
No branches or pull requests
filter: blur(0.25em); doesn't work
filter: blur(4px); works
The text was updated successfully, but these errors were encountered: