Change file extension to .pcss

This commit is contained in:
Oliver Davies 2020-03-09 18:16:37 +00:00
parent c7846942a8
commit 41d8989679
17 changed files with 17 additions and 14 deletions

View file

@ -0,0 +1,27 @@
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-700 no-underline;
&:hover {
@apply underline
}
}
blockquote {
@apply pl-5 border-l-4 border-gray-300 italic
}