Golmote
Golmote
Hi! When cancelling the removal of an item by returning `false` in `before_remove`, with the `fade_out` option being `true`, weird things happen to the actions. The issue can be reproduced...
Hello, When given this code: ```css .foo { flex-basis: 0; } ``` or this code: ```css .foo { flex-basis: 0px; } ``` the minifier transform the value into `0%`: ```css...
This is more of a question than an issue. Is the Optimizer more an optimizer or a minifier? Or both at the same time? Currently, the Optimizer does some "optimizations"...