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
{{ message }}
This repository was archived by the owner on Feb 9, 2023. It is now read-only.
Remove hardcoded transform from float to cssFloat in objects (#172)
The value should only be transformed if the raw value was also
"cssFloat". Otherwise, we should allow the user to use the "float"
keyword in the cases it is actually valid, which we can't easily detect.
Misuse of the keyword can be caught by Javascript code analysis tools.
Fixes: stylelint/stylelint#4490
0 commit comments