All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rules.scsslint.TrailingZero.html Maven / Gradle / Ivy

Details

Disabled by default

Don't write trailing zeros for numeric values with a decimal point.

Bad: unnecessary trailing zero

margin: .500em;

Good: no trailing zero

margin: .5em;

The extra zeros are unnecessary and just add additional bytes to the resulting generated CSS.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy