Closed eevee closed 11 years ago
It breaks legal and simple syntax for some reason, e.g.:
$ python -mscss <<< "background: linear-gradient(#fff 20%, #eee 50%)" background:linear-gradient(#fff 0%, #eee 50%)
20% was rewritten to 0%; what?
20%
0%
(May have back-compat implications? Unclear.)
It breaks legal and simple syntax for some reason, e.g.:
20%
was rewritten to0%
; what?(May have back-compat implications? Unclear.)