rsnext/examples/with-tailwindcss/styles/button.css
2019-05-27 13:22:26 +02:00

3 lines
81 B
CSS

.btn-blue {
@apply .bg-blue-500 .text-white .font-bold .py-2 .px-4 .rounded;
}