mirror of
https://github.com/archtechx/airwire-demo.git
synced 2025-12-12 08:34:03 +00:00
8 lines
152 B
CSS
Vendored
8 lines
152 B
CSS
Vendored
/* ./resources/css/app.css */
|
|
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
.form-input {
|
|
@apply border border-gray-300 rounded-md;
|
|
}
|