-
Notifications
You must be signed in to change notification settings - Fork 34
Closed
Description
Hi!
First things first, thanks for this port! It's pretty cool to be able to embed the YUI Compressor inside a PHP project and don't rely on a third party program outside the app.
This port breaks CSS animations and transforms because it strips the unit of a value when this value is 0
, i.e.:
transform: translateX(0px) rotate(0deg)
becomes...
transform:translateX(0) rotate(0)
I have no idea if this a valid syntax or not, but what I'm sure, is that the animations I'm using don't work anymore once compressed.
I attach a screenshot of a diff, left side official YUI CSS Compressor output, on the right side YUI Compressor PHP port.
Metadata
Metadata
Assignees
Labels
No labels