Sass tidy
This commit is contained in:
parent
5b1fb98c45
commit
94156420c1
11 changed files with 33 additions and 53 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue