Andrey Sitnik

Results 1054 comments of Andrey Sitnik

PreCSS = nested CSS. So PreCSS is much more simpler than SCSS.

Any idea how to get this data?

Seems like we need to replace all tmp dirs instead only one here https://github.com/ai/size-limit/blob/master/packages/size-limit/test/run.test.js#L38-L46 Do you have an idea how to fix it?

It will be nice to have a browser support policy on the website or docs. Will be good for using Svelte in big business.

> After investigation I have figured out that whole node-fetch package was replace with some small esbuild global.fetch polyfill It is expected behavior. Why it doesn’t work for you?

In my world, there is no such thing as bundle size for Node.js project since you do not need bundlers for Node.js. What do you mean for “bundle” in Node.js...

Interesting problem :-/ Seems like you need to set custom esbuild config with a target to Node.js https://esbuild.github.io/api/#target It will disable auto-polyfills. Try to use `config` option in Size Limi...

Hi! The second example should work (at least with only `postcss-nested`). 1. What is your PostCSS config? 2. What is your output and what output do you expect?

Can you show me some example on top of pure `postcss-nested` (without any plugins) in a way: input, real output, expected output?

Can you send a PR? I spend all my time on PostCSS 8 release preparation. It should be related with this code https://github.com/postcss/postcss-simple-vars/blob/8537852b564363a2a23f5adced9af5e7389f23c8/index.js#L38-L42 The plugin code is very simple and...