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
This rule should not be part of this config or should be exclude the css property opacity
jeddy3
changed the title
alpha-value-notation throws error for css properties with alpha numbers
Fix alpha-value-notation for opacity property
Nov 9, 2021
What steps are needed to reproduce the bug?
Use stylelint version 14 with stylelint-config-standard version 23.
What did you expect to happen?
No error on
opacity: 0.8;
What actually happened?
It throws an error on opacities with a number value, while this not supported in every browser yet -> https://developer.mozilla.org/en-US/docs/Web/CSS/opacity
The text was updated successfully, but these errors were encountered: