Files
yearly-plan/app/assets/stylesheets/application.tailwind.css
0x8664b2 808ff56abc Genesis
2022-08-23 13:00:54 -07:00

14 lines
145 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
/*
@layer components {
.btn-primary {
@apply py-2 px-4 bg-blue-200;
}
}
*/