dsvgl
dsvgl
**Checklist** - [x] I have tried restarting my IDE and the issue persists. - [x] I have read the [FAQ](https://eslint.vuejs.org/user-guide/#faq) and my problem is not listed. **Tell us about your...
I don't get any intellisense when using the `token` function in scss. Should I get intellisense here? At least the docs (kinda) say so: > If you‘re using Sass, this...
The demo in this project is really nice. Would be great if it could be deployed to eg. Netlify or Vercel. I think this would benefit the project and help...
Docs says it defaults to false: I checked source code in node_modules and found that it actually is set to true! I found this by inspecting my nuxt app in...
### 🐛 The bug When setting `app.baseUrl` in nuxt.config.ts I expect all `defineXYZ` helpers to take `app.baseUrl` into account when constructing `url` and `@id` properties. But I found out that...