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 For example Nuxt 3 + Vite imports works in a magic way and Stylify imported in `stylify.config.mjs` is not the same as Stylify imported during build,...
### Describe the problem - Rename types from plural to singular where possible - Remove Interface and Type suffix ### Describe the proposed solution . ### Alternatives considered . ###...
### Describe the bug ```html This works in the runtime and in @stylify/astro This works only in the runtime ``` I haven't tested with other JS frameworks so it is...
### Describe the problem Split logic in Bundler for better readability and maintainability. ### Describe the proposed solution . ### Alternatives considered . ### Importance nice to have
### Describe the problem . ### Describe the proposed solution . ### Alternatives considered . ### Importance nice to have
### Describe the problem **Caching**: The compile() method of the Compiler class is called multiple times, which can be time-consuming. Caching might improve performance. **Reducing DOM operations**: The updateCss() should...
### Describe the problem Difficult for getting beautiful colors without using Tailwind colors ### Describe the proposed solution ```html Hello ``` ### Alternatives considered - ### Importance would make my...
This ``` {{ form_widget(form.submit, {'attr': {'class': 'justify-content:center text-align:center font-size:20px sm:margin-left:-131px'}}) }} ``` doesn't generate stylify selectors because 'class' is not matched. There should be info in the symfony installation about...
### Describe the problem I can't find style resetting guidance in docs ### Describe the proposed solution Maybe, you can add this in docs: https://github.com/unocss/unocss#style-resetting ### Alternatives considered - ###...