You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @lukaszkrzywizna, thanks for filing the issue. I will see if I can fix it sometime this week. Otherwise if you want to take a stab at it, please feel free to do so 😄
According to documentation https://developer.mozilla.org/en-US/docs/Web/CSS/filter-function/blur
Filter's blur accepts three units: px, rem, or none (for 0).
Feliz's
Style
module expects to put:int
for a percentage value from0
to100
double
as a floating number from0
to1
Using any of those doesn't work. However, using custom style works:
I guess those functions should be replaced with a new one using an
ICssUnit
or something similar.The text was updated successfully, but these errors were encountered: