Files
campaign-site/styles/globals.css
2022-03-18 19:40:50 -05:00

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;
}