mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-10 04:22:09 +10:00
14 lines
345 B
CSS
14 lines
345 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;
|
|
}
|
|
}
|