Skip to content
This repository has been archived by the owner on Feb 9, 2023. It is now read-only.

Remove hardcoded transform from float to cssFloat #172

Merged

Commits on Jun 5, 2021

  1. Remove hardcoded transform from float to cssFloat

    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
    rbong committed Jun 5, 2021
    Configuration menu
    Copy the full SHA
    c0bc565 View commit details
    Browse the repository at this point in the history