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,27 +0,0 @@
h1, h2, h3 {
@apply font-bold
}
h1 {
@apply text-3xl
}
h2 {
@apply text-2xl
}
img {
@apply max-w-full h-auto
}
a {
@apply text-blue-600 no-underline;
&:hover {
@apply underline
}
}
blockquote {
@apply border-l-4 border-blue-600 pl-4 px-6 py-2
}