Sass tidy

This commit is contained in:
Oliver Davies 2018-10-04 00:56:57 +01:00
parent 5b1fb98c45
commit 94156420c1
11 changed files with 33 additions and 53 deletions

View file

@ -14,12 +14,12 @@ main a
text-decoration: none
h1, h2, h3
@apply .mb-2
@apply mb-2
.content
h2,
h3
@apply .mt-6
@apply mt-6
p,
ul,
@ -27,10 +27,10 @@ ol,
blockquote,
table,
pre
@apply .mb-6
@apply mb-6
.element-invisible
@apply .absolute .overflow-hidden .break-normal
@apply absolute overflow-hidden break-normal
clip: rect(1px, 1px, 1px, 1px)
height: 1px
width: 1px