Christhofer Natalius

Results 40 comments of Christhofer Natalius

Please... It is starting to irritate me seeing this plugin keeps appearing on `npm outdated` result just because the latest is 2.24.3 not 4.1.0

@timenengwerda > You can wait for a hotfix, downgrade or use my fix above for the time being. Does your workaround address the security concern regarding cookies exposed to any...

My project is still working after upgrading to v1, so I'm not complaining. YMMV of course. I agree the release notes should include an upgrade guide or something like that.

I've been searching for this too. I think we just need to define it ourself, I use shortcuts for this. ```js // using shortcuts shortcuts: [ container: 'mx-auto w-full sm:w-620px...

Great suggestion!! I'm also a huge fan of dark mode, it's just that my company hasn't got a chance to build a website that requires dark mode. I'll try to...

Hey... Turns out that it is already support dark mode by default. I haven't changed anything. Check this out https://play.tailwindcss.com/1RyMSjgZqw I'll update the documentation to include dark mode example.

@antoniobologna you can go to the tailwindplay link I gave above, change the tailwind config darkMode to class, and try to toggle the in dark class in the html If...

Sorry, I accidentally clicked close. @antoniobologna I see that you are not using JIT Without JIT, only color-related class get dark: variants, and because .loading is not a built-in tailwind...

@deadcoder0904 do you mean in the root folder of a project, or root folder of this plugin?

It is working fine for me ![image](https://github.com/vuejs/language-tools/assets/13524958/19db0f70-9b3a-4e40-bd63-b57fd7b35bd3) Plugin: Vue - Official v2.0.19 Package.json ```json "dependencies": { "@unocss/eslint-config": "^0.60.2", "@vueuse/core": "^10.9.0", "axios": "^1.6.8", "date-fns": "^3.6.0", "nanoid": "^5.0.7", "pinia": "^2.1.4", "vue": "^3.3.4",...