noprompt / garden

Generate CSS with Clojure
1.35k stars 90 forks source link

Fixing removal of units by YUI for X.0 float values #181

Closed pavel-klavik closed 3 years ago

pavel-klavik commented 3 years ago

A work around which detects floats ending with .0 and converts them to int. Without this, when :pretty-print? is set to true, YUI removes the CSS unit making the output invalid. This fixes #119.