Sass tidy

This commit is contained in:
Oliver Davies 2018-10-04 00:56:57 +01:00
parent 5b1fb98c45
commit 94156420c1
11 changed files with 33 additions and 53 deletions

View file

@ -1,11 +1,6 @@
.button
@apply .bg-blue
@apply .inline-block
@apply .rounded
@apply .text-white
@apply .px-4
@apply .py-2
@apply bg-blue inline-block rounded text-white px-4 py-2
&:active,
&:hover
@apply .bg-blue-dark
@apply bg-blue-dark