packages
packages copied to clipboard
π Monorepository for Stylify packages. Stylify uses CSS-like selectors to generate Extremely optimized utility-first CSS dynamically based on what you write π.
### Describe the problem Stylify is already very close to vanilla CSS, woudn't be interesting to be able convert the native `style` tags that already exists on Svelte files to...
### Describe the problem - The `640px` breakpoint is sometime too wide. - For "pixel perfect" design, there should be something beteween `320-640px` ### Describe the proposed solution Breakpoint around...
### Describe the problem Drop Typescript in a favor of JSDOC Keep typescript checks for tests It will simplify a lot of things. It will allow me to drop a...
### Describe the problem Associated to removing Typescript from the project. The CJS is obsolete. Nuxt, SvelteKit, SolidStart, Astro use Vite React will use turbopack Symfony use webpack encore Rollup...
### Describe the problem https://v2.nuxt.com/lts/ ### Describe the proposed solution . ### Alternatives considered . ### Importance nice to have
### Describe the problem - Projects often use Vite, Webpack, Rollup, Esbuild, that allow developers to use postcss, if necessary - If developer is not using any bundler, he is...
### Describe the bug . ### Reproduction . ### Logs _No response_ ### System Info ```shell . ```
### Describe the problem It's not necessary. ### Describe the proposed solution Remove it. Split plugins into files. ### Alternatives considered Nope ### Importance nice to have
### Describe the problem It's shorter and no other variable cannot be converted to rgb then color. ### Describe the proposed solution . ### Alternatives considered . ### Importance nice...
### Describe the bug I have `screen:background-color:darken($background,10)` which works fine for the light theme but if I do `screen&&dark:background-color:lighten($background,10)` it does not generate the lighten color from the changed background...