compress remove necessary units from 0
Author: rahbariCreated Aug 21, 2025Updated Aug 21, 2025
using compress for example do this: padding: clamp(0px, 2%, 15px) => padding: clamp(0, 2%, 15px) which makes it invalid.
for now i removed this conversion in compiler.js:412
Source: stylus/stylus