SerKo
SerKo
Same problem here. I can close the dropdown by clicking outside from the [official doc](https://daisyui.com/components/dropdown/) using iOS Safari but not on my own project. Edit: I have find out a...
@brandonmcconnell For browsers that do not support `overflow-wrap: anywhere`, it's likely that they will support the older property [`word-break: break-word`](https://caniuse.com/?search=word-break:%20break-word) given its longevity in the web standards. Moreover, the `@supports...
@connor4312 Thanks for your info. I can connect to the tunnel after running `code tunnel service install` but there is no any system service installed (run `systemctl status code-server.service` and...
@connor4312 After I run ``` systemctl --user enable code-tunnel.service ``` And it shows error ``` Unit /home/foo/.vscode-cli/code-tunnel.service is added as a dependency to a non-existent unit multi-user.target. ``` Is there...
After a little bit dive in, I think the main problem is Volar defines a custom word definition including `-` so it makes UnoCSS's extension cannot trigger the auto suggestion...
Although I can't fix for the `-` trigger symbol problem, I just add supports for more trigger symbol and some optimization to make sure only suggest inside attribute value string...
Cool, let me share this research with Tailwind first, and see if they will adopt it.
https://github.com/tailwindlabs/tailwindcss/discussions/12127 Created a related research and discussion for this issue.
update: after testing with the latest unocss (0.58.3), this issue is still not solved
Already update the reproduction link with the latest UnoCSS version `0.58.4` and the error still shows up. https://stackblitz.com/edit/github-xtxzaj?file=package.json ``` "@unocss/nuxt": "^0.58.4", "nuxt": "^3.9.0", "vue": "^3.4.0", "vue-router": "^4.2.5" ``` ### Steps...