eyJOdnJHb25uYSI6Imd2VXVwIn0=
eyJOdnJHb25uYSI6Imd2VXVwIn0=
NNuxt
Created by eyJOdnJHb25uYSI6Imd2VXVwIn0= on 10/26/2024 in #❓・help
How to get TailwindCSS IntelliSense working in NuxtUI v3?
I have tailwind.config.ts in my root. Tried both current and pre-release versions of the extension. No solution so far
13 replies
NNuxt
Created by eyJOdnJHb25uYSI6Imd2VXVwIn0= on 10/26/2024 in #❓・help
How to get TailwindCSS IntelliSense working in NuxtUI v3?
man.. working without IntelliSense is aids..
13 replies
NNuxt
Created by eyJOdnJHb25uYSI6Imd2VXVwIn0= on 10/26/2024 in #❓・help
No Tailwind-Extension suggestions with Nuxt?
@kapa.ai Nothing you provided helps. I even tried adding
import type { Config } from 'tailwindcss'

export default <Partial<Config>>{
content: [
'components/**/*.{vue,js,ts}',
'layouts/**/*.vue',
'pages/**/*.vue',
'pages/*.vue',
'composables/**/*.{js,ts}',
'plugins/**/*.{js,ts}',
'App.{js,ts,vue}',
'app.{js,ts,vue}',
'Error.{js,ts,vue}',
'error.{js,ts,vue}',
'content/**/*.md',
],
}
import type { Config } from 'tailwindcss'

export default <Partial<Config>>{
content: [
'components/**/*.{vue,js,ts}',
'layouts/**/*.vue',
'pages/**/*.vue',
'pages/*.vue',
'composables/**/*.{js,ts}',
'plugins/**/*.{js,ts}',
'App.{js,ts,vue}',
'app.{js,ts,vue}',
'Error.{js,ts,vue}',
'error.{js,ts,vue}',
'content/**/*.md',
],
}
And restarting vs code, reinstalling the extension.
10 replies
NNuxt
Created by eyJOdnJHb25uYSI6Imd2VXVwIn0= on 12/21/2023 in #❓・help
Organize folders?
It happened! Thanks Nuxt Team 😍 https://nuxt.com/blog/v3-13#%EF%B8%8F-route-groups
6 replies
NNuxt
Created by eyJOdnJHb25uYSI6Imd2VXVwIn0= on 12/21/2023 in #❓・help
Organize folders?
No description
6 replies
NNuxt
Created by eyJOdnJHb25uYSI6Imd2VXVwIn0= on 7/12/2023 in #❓・help
impossible to use any lodash version in production build
// @ts-ignore
import merge from 'lodash-es/merge.js'
// @ts-ignore
import merge from 'lodash-es/merge.js'
2 replies