mirror of
https://github.com/Drop-OSS/drop-api-autogen.git
synced 2026-07-21 16:05:22 -04:00
13 lines
347 B
CSS
13 lines
347 B
CSS
@import "tailwindcss";
|
|
@plugin "@tailwindcss/typography";
|
|
@plugin "@tailwindcss/forms";
|
|
@config "../../../tailwind.config.js";
|
|
|
|
@layer base {
|
|
input[type="number"]::-webkit-outer-spin-button,
|
|
input[type="number"]::-webkit-inner-spin-button,
|
|
input[type="number"] {
|
|
-webkit-appearance: none;
|
|
-moz-appearance: textfield !important;
|
|
}
|
|
} |