Back to sass

This commit is contained in:
Oliver Davies 2018-12-07 22:45:27 +00:00
parent 4a140df2a6
commit 19d4f8bc1b
36 changed files with 176 additions and 276 deletions

View file

@ -1,8 +0,0 @@
.button {
@apply bg-blue inline-block rounded text-white px-4 py-2;
&:active,
&:hover {
@apply bg-blue-dark;
}
}