Results 457 comments of strarsis

@retlehs: Got latest Sage 10 with `bud` running! It runs really well. What can be added to `bud` to make it extract the editor styles (e.g. by custom media query)...

@TrySound: This PR adds optional sub-options to the `removeMatchedSelectors` option which allow finer control: Should styles be kept after inlining? Should attributes (`id` or `class` currently) be removed after the...

Also [mozjpeg](https://github.com/mozilla/mozjpeg) for JPEG files. Isn't there a framework for CLI/tools like SVGO that offers configurable piping or callbacks to other "processors", like image file data? Edit: After some thought...

@ProdigySim: Is this related?: https://github.com/svg/svgo/pull/733

@lifeiscontent: What about using the svgo prefixIds plugin?

@lifeiscontent: You can use a custom hash/prefix callback, so you can use some custom unique string minifier.

@lifeiscontent: https://github.com/svg/svgo/issues/913#issuecomment-373416266

PR ready: https://github.com/svg/svgo/pull/1279 No recursion yet, but svgo multipass feature should handle this. You can already try this feature branch by installing it using this npm command: `npm install github:strarsis/svgo#dereferenceUses-plugin`...

@Pomax: Oh right, sorry, that I hadn't explicitly mentioned this, but the plugin is not enabled by default (as this may not always be wished for default optimization) and has...

@Pomax: Right, so `` can target all kinds of elements, but also `` elements which are template elements, hence they are not displayed and require special treatment when being dereferenced....