mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-04-21 17:47:22 +00:00
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:
parent
8f2b67360a
commit
a86a28c7b4
1 changed files with 3 additions and 0 deletions
|
|
@ -41,6 +41,9 @@
|
|||
}
|
||||
},
|
||||
"css": {
|
||||
"parser": {
|
||||
"tailwindDirectives": true
|
||||
},
|
||||
"formatter": {
|
||||
"quoteStyle": "single"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue