Split onto multiple lines
This commit is contained in:
parent
8cd605bf89
commit
b0f4439c29
|
@ -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
|
||||
|
|
Reference in a new issue