Andrey Sitnik

Results 227 issues of Andrey Sitnik

Reasons: 1. Inline CSS has worse performance (because their changes re-build CSSOM) 2. A better separation. All styles will be in Tailwind (I think you could use CSS Custom Properties...

Right now we manually put font in `data:uri` format https://github.com/mikhin/vite-figma/blob/main/src/ui/style.css#L15 But it is not really maintainable. You can’t open font/image file in system viewer. You can’t replace font just by...

I suggest to always have allow-list of states, because right now we prefix `:where()`, `:not()` and many other CSS functions like this. Even if we blacklist when, new will be...

This project is using `postcss-load-config` 3.0, but the latest version is 5.0. In new version we removed Node.js 12—16, improved ESM and TS support, and moved to async API.

### Description esbuild doesn’t have built-in Browserslist config. Benefits: * Autoprefixer, postcss-preset-env, Babel and many other tools have. So users may expect Browserslist config. * It is great to have...

pending triage

We should highligh plugin and file time in different colors — green for the fastest and red to the slowest /cc @Gaserd

You current instructions is good. But we could do better :). People will use your tool, then they have some problem in existed build tool. So, they already use some...

Maybe we should use green/red/yellow marks in the left border of CSS to highlight difference between steps. Something like it: ![68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f313432342f313031313330302f62353332623566302d306235392d313165332d393734332d6133646430333930343137652e706e67](https://cloud.githubusercontent.com/assets/19343/15552781/a7d233e2-22c4-11e6-94f7-8f2c9152e634.png)

Let’s update the library to be compatible with the latest Nano ID 2.0: - [ ] Replace `~` to `-` in default alphabet - [ ] Add `non-secure` fast generator...