Split onto multiple lines

This commit is contained in:
Oliver Davies 2020-03-09 21:52:58 +00:00
parent 8cd605bf89
commit b0f4439c29

View file

@ -1,5 +1,6 @@
.button {
@apply bg-blue-600 border-blue-600 border inline-block text-white no-underline py-2 px-3 rounded text-sm;
@apply py-2 px-3 inline-block border border-blue-600;
@apply text-sm text-white no-underline bg-blue-600 rounded;
&:focus {
@apply py-2 px-3 m-0