Andrey Sitnik

Results 1053 comments of Andrey Sitnik

Sure, please send PR to save your name in the project history

> Polyfill should be inserted in the bottom of No, in this case browser will start to download all JPEGs before polyfill will be run. Replacing `body` to `html` in...

> To address these, maybe it would be a good idea to round the coordinates to fewer decimal places? It will be great.

I fixed this issue by https://github.com/evilmartians/oklch-picker/commit/3ec093142cffc5f00992f2c0f6336e836b7b23b6

Can you help me find with debugger who change `before` to see the current logic? I found this block, but it should be applied only if `raws.before` is missing https://github.com/postcss/postcss/blob/main/lib/container.js#L219C37-L223

I will keep it until next major release

I’m afraid that it will break current plugins, so prefer to do it only in major. I am planning to release next major when `require(esm)` will work out of the...

Without `{ paths: ['.'] }` `require` will look the config from the `node_modules/browserslist`, not from the current working dir. How do you suggest changing it?

`.` is current working dir, not the `__dirname`