Add and use sugarss

This commit is contained in:
Oliver Davies 2019-10-06 22:29:11 +01:00
parent 906e4c1938
commit ab6e0d2df5
16 changed files with 81 additions and 111 deletions

View file

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