Andrey Sitnik
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...
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: 
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...