mirror of
https://github.com/MAGICGrants/campaign-site.git
synced 2026-01-08 20:08:05 -05:00
12 lines
146 B
CSS
12 lines
146 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
h1 {
|
|
@apply text-2xl;
|
|
}
|
|
|
|
button {
|
|
@apply py-2 px-4 bg-black text-white rounded;
|
|
}
|