Ernest Manukyan

Results 8 issues of Ernest Manukyan

Need update package.json or types ### Screen ![image](https://github.com/cpsoinos/nuxt-svgo/assets/75063653/f395f096-3703-42e9-a8b4-02b3204f99b8)

Based on the documentation, it is not possible to use syntax as: ``` Inter: [400, 700] ``` or ``` Inter: '200..700' ``` Error message: `Type 'number[]' | 'string' is not...

### Additional context When installing according to the documentation there will be an error, so you need to select a version of `eslint-ts-patch` **Example:** `npm i -D eslint-ts-patch eslint@npm:[email protected]`

### Reproduction https://www.shadcn-vue.com/docs/components/button#link ### Describe the bug Using focus(focus-within) on button has strange corners ![image](https://github.com/user-attachments/assets/c2ff8f56-b8e9-4cab-8fa6-558f67ca8f45) ### System Info ```bash docs ``` ### Contributes - [ ] I am willing to...

bug
upstream

Is any chance in future to get https://unocss.dev/presets/icons like behavior ?

### Reproduction - ### Describe the bug ``` { "$schema": "https://shadcn-vue.com/schema.json", "style": "default", "tailwind": { "config": "tailwind.config.js", "css": "assets/styles/tailwind.css", "baseColor": "neutral", "cssVariables": true, "prefix": "" }, "aliases": { "components": "~/components/",...

bug

Hey @hyoban, can you update package to support presetWind4?

### UnoCSS version last ### Describe the bug For example selector `[&_svg:not([class*='size-'])]:size-4` works on tw4, but not with preset wind4 ### Reproduction UnoCSS variant: https://stackblitz.com/edit/nuxt-starter-99z2c3jb?file=components%2Fui%2Fbutton%2Findex.ts Tailwind variant: https://v4.shadcn-vue.com/#carousel ### System...