Revert "Use SugarSS"

This reverts commit 7319a7a940.
This commit is contained in:
Oliver Davies 2019-07-15 12:31:50 +01:00
parent 39cb8f202d
commit baf9ac5809
20 changed files with 120 additions and 95 deletions

View file

@ -0,0 +1,15 @@
.note {
@apply bg-blue-200 border-blue-600 border-l-4 mb-4 p-4 rounded;
> *:not(:first-child) {
@apply mt-6
}
p a {
@apply text-black underline;
&:hover {
@apply no-underline
}
}
}