Vincent De Oliveira

Results 21 issues of Vincent De Oliveira

Now that the module uses browserslist, is `atrules` option to force fallbacks in at-rules still relevant ? Reminder: - if you target IE8, IE9 or IE10, `rem` fallbacks in at-rules...

question

For now, module uses `browsers: 'ie

It could be useful to compare results with the size of compress file. Not that the result size is important, but to compare with minifiers that try to be too...

Trying to use `wait` or `waitForSelector`, but always get error 502. Also true on homepage example using GraphiQL. Any clue? :)

There are bugs with some unitless 0. For example, here are two examples with times (check in Chrome and Firefox to see differences) http://jsbin.com/ledeb/2/edit http://dabblet.com/gist/3746116 I think `s`and `ms` unit...

I'm not sure if it's possible or not to add multiple paths? I want to be able to optimize images in 'images' and others folders inside 'public'. Is there a...

Hey! I've just created a `sourcemaps` branch with many improvements about, well... sourcemaps, but not only: - dealing with multiple input files - dealing with preprocessors easily, since they are...

Great plugin to add `rgba` fallbacks: https://github.com/TrySound/postcss-color-hex

enhancement
need vote

As for now, if you want sourcemaps not inlined in CSS, you need to use: ``` javascript { "sourcemaps": { "map": { "inline": false } } } ``` as the...

question

Add a postprocessor for `initial` keyword. For example, ``` css .e { font-size: initial; } ``` will be converted to: ``` css .e { font-size: medium; } ``` `initial` isn't...

enhancement