-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
tailwindlabs/prettier-plugin-tailwindcss
#225Labels
questionFurther information is requestedFurther information is requested
Description
Description
Does the prettier-plugin-tailwindcss (which sorts the tailwind classes for a consistent look) work within the :ui={...} props?
I did follow the installation guide in the NuxtUI website this is what my .vscode/settings.json looks like
{
"files.associations": {
"*.css": "tailwindcss"
},
"editor.quickSuggestions": {
"strings": true
},
"tailwindCSS.experimental.configFile": "tailwind.config.ts",
"tailwindCSS.experimental.classRegex": [
["ui:\\s*{([^)]*)\\s*}", "[\"'`]([^\"'`]*).*?[\"'`]"],
["/\\*ui\\*/\\s*{([^;]*)}", ":\\s*[\"'`]([^\"'`]*).*?[\"'`]"]
],
"tailwindCSS.classAttributes": ["class", "className", "ngClass", "ui"]
}If so it might be issue with my setup.
If not feel free to change this to a feature request.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested