Kylyi
Kylyi
So, I'm not really sure if this issue is related to UnoCSS, Nuxt or Vue itself but here goes. In some specific cases, after SSR but before the hydration of...
### UnoCSS version 0.59.4 (but applies for older versions as well) ### Describe the bug Once you use `prefix = ''` for the `presetIcons` package, the startup time goes up...
**Describe the bug** The search method does not support regex pattern. **To Reproduce** ``` const search = 'some string' const searchRegex = new RegExp(search, 'gi') jsonViewer.search(searchRegex) ``` **Expected behavior** As...