mirror of https://github.com/jetkvm/kvm.git
style: use default tailwindcss/forms options
This commit is contained in:
parent
f5a0e88673
commit
e6da9e4225
|
@ -1,9 +1,7 @@
|
||||||
@import "tailwindcss";
|
@import "tailwindcss";
|
||||||
@config "../tailwind.config.js";
|
@config "../tailwind.config.js";
|
||||||
@plugin "@tailwindcss/typography";
|
@plugin "@tailwindcss/typography";
|
||||||
@plugin "@tailwindcss/forms" {
|
@plugin "@tailwindcss/forms";
|
||||||
strategy: "base";
|
|
||||||
}
|
|
||||||
@plugin "@headlessui/tailwindcss";
|
@plugin "@headlessui/tailwindcss";
|
||||||
|
|
||||||
/* Dark mode uses CSS selector instead of prefers-color-scheme */
|
/* Dark mode uses CSS selector instead of prefers-color-scheme */
|
||||||
|
|
Loading…
Reference in New Issue