hail2u / node-css-mqpacker

Pack same CSS media query rules into one using PostCSS
675 stars 60 forks source link

Treat 0 as correct CSS length #58

Closed hail2u closed 6 years ago

hail2u commented 6 years ago

(min-width: 0) is parsed and picked up correctly, but was inspected as a invalid CSS length whereas 0 is a valid CSS length. MQPacker should special-case 0 (only 0).

This fixed #57.