Jack van der Bilt

Results 16 issues of 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...

bug
preset-mini

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...

bug

### UnoCSS version 0.55.3 ### Describe the bug UnoCSS generated files (like 'uno.css') have the wrong Content-Type header set in vite dev: ![image](https://github.com/unocss/unocss/assets/12383587/d5697c62-6f17-4f57-bd19-d7f0f4b2e4a9) ### 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: ![image](https://github.com/phosphor-icons/homepage/assets/12383587/fc3d0da1-7f18-455d-a90d-2530e35315a6) **Additional context** Add any other...

icon

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...