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";
|
||||
@config "../tailwind.config.js";
|
||||
@plugin "@tailwindcss/typography";
|
||||
@plugin "@tailwindcss/forms" {
|
||||
strategy: "base";
|
||||
}
|
||||
@plugin "@tailwindcss/forms";
|
||||
@plugin "@headlessui/tailwindcss";
|
||||
|
||||
/* Dark mode uses CSS selector instead of prefers-color-scheme */
|
||||
|
|
Loading…
Reference in New Issue