Andrey Sitnik

Results 1041 comments of Andrey Sitnik

> windows, programs or minimize the current window BTW, Page Visibility API works only with browser tab switching. Changing window focus on even lock OS will not trigger `hide`.

There is no specific policy. PostCSS is old project with big ecosystem and contains many parts—this is the result: 1. `postcss` has big `if`s block in plugins loading because we...

@somebee I need this fix for my open source projects

As a quick hack you can add `body.webp .some-class { background-image: none }` manually. As a proper solution, you can send pull request to this plugin with adding `.webp` selector...

> But just parsing background-image: none will add .webp selectors even if background was .svg, inline svg in css, gradient, etc., and it will be unneccessary duplicate, isn't it? Yeap....

Note, that definitions could be in different browsers and PostCSS will not see the definitions from another file. So this method will have a limit. Another problem is that user...

Looks like a bug in `postcss-nested`. Can you update all dependencies (inside dependencies tree) by calling `npm update` or `yarn upgrade` and then try to reproduce an issue. We recently...

Hard to say. Very strange behavior. I will have time to investigate it only on next week. Very likely it is related to https://github.com/postcss/postcss-nested/issues/124

@mxstbr the Number 1 task is to use `postcss-plugin` and npmsearch.com. Manual list sucks. Also we should highlight most important plugins, as we did in README.md. I think this task...

Do you want to add your name in the project history and send PR?