Ernest Manukyan
Ernest Manukyan
Need update package.json or types ### Screen 
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  ### System Info ```bash docs ``` ### Contributes - [ ] I am willing to...
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/",...
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...