evodata/app/assets/stylesheets/application.tailwind.css

14 lines
145 B
CSS
Raw Normal View History

2021-12-18 15:52:01 +01:00
@tailwind base;
@tailwind components;
@tailwind utilities;
/*
@layer components {
.btn-primary {
@apply py-2 px-4 bg-blue-200;
}
}
*/