chore: use of the tailwindcss directive parser

fixes an issue while formatting css files
https://github.com/podman-desktop/podman-desktop/pull/14603
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
This commit is contained in:
Florent Benoit 2025-10-27 08:40:28 +01:00 committed by Florent BENOIT
parent 8f2b67360a
commit a86a28c7b4

View file

@ -41,6 +41,9 @@
}
},
"css": {
"parser": {
"tailwindDirectives": true
},
"formatter": {
"quoteStyle": "single"
}