Use sass again
This commit is contained in:
parent
aa612a8d84
commit
97737eba1b
29 changed files with 159 additions and 213 deletions
29
assets/sass/base/base.sass
Normal file
29
assets/sass/base/base.sass
Normal file
|
@ -0,0 +1,29 @@
|
|||
a
|
||||
color: inherit
|
||||
text-decoration: none
|
||||
|
||||
&:focus,
|
||||
&:hover
|
||||
text-decoration: underline
|
||||
|
||||
main a
|
||||
text-decoration: underline
|
||||
|
||||
&:focus,
|
||||
&:hover
|
||||
text-decoration: none
|
||||
|
||||
h1, h2, h3
|
||||
@apply .mb-2
|
||||
|
||||
.content
|
||||
h2,
|
||||
h3
|
||||
@apply .mt-6
|
||||
|
||||
p,
|
||||
ul,
|
||||
ol,
|
||||
table,
|
||||
pre
|
||||
@apply .mb-4
|
5
assets/sass/base/images.sass
Normal file
5
assets/sass/base/images.sass
Normal file
|
@ -0,0 +1,5 @@
|
|||
img.with-border
|
||||
@apply .border .border-solid .border-grey-light
|
||||
|
||||
svg
|
||||
fill: currentColor
|
Loading…
Add table
Add a link
Reference in a new issue