Use SugarSS

This commit is contained in:
Oliver Davies 2019-07-08 20:41:58 +01:00
parent 597b3d047a
commit 7319a7a940
22 changed files with 105 additions and 122 deletions

View file

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