Jack van der Bilt
Jack van der Bilt
See the playground/html below. I expected all red squares to have space between them, but they do not. This did work in version v0.30.1. Somewhere between that version and v0.44.0...
I need functionality like the one concepted below for one of my projects; ``` Click on one of the items above! ```
### Describe the problem I've been ripping hairs out left and right for the last days while trying to figure out why I got the following error: `switch_value is not...
### Describe the bug I replaced the `src` and `static` folder in my project with symlinks that point to another cloned repository folder. This causes `vite build` to hang indefinitely...
### UnoCSS version 0.55.3 ### Describe the bug UnoCSS generated files (like 'uno.css') have the wrong Content-Type header set in vite dev:  ### Reproduction stackblitz is offline and the...
**Describe the requested icon** A hand with an arrow pointing into it, indicating someone receiving something. **Screenshots** From my app that uses carbon icons:  **Additional context** Add any other...
I want to parse markup where there are `$` and other characters in the attribute names. How can I add these characters? Is there already an option? Right now the...
Nuxt basically spams my console with the following message: ``` WARN You did not set any plugins, parser, or stringifier. Right now, PostCSS does nothing. Pick plugins for your case...
This pull request introduces a new utility for text alignment. Unlike the currently available `text-` utilities, this one includes global keywords, like `text-align-initial`. Existing text alignment utilities such as `text-center`...
### Describe the problem When you `import { files } from '$service-worker'` and have numerous files in your static folder—such as country flags, icons, and unused assets that you keep...