Use sass again
This commit is contained in:
parent
aa612a8d84
commit
97737eba1b
29 changed files with 159 additions and 213 deletions
21
assets/sass/components/markdown.sass
Normal file
21
assets/sass/components/markdown.sass
Normal file
|
@ -0,0 +1,21 @@
|
|||
.markdown
|
||||
p,
|
||||
li
|
||||
a
|
||||
@apply .link
|
||||
|
||||
code
|
||||
@apply .bg-grey-lighter .inline-block .font-mono
|
||||
padding: 1px 3px
|
||||
|
||||
pre code,
|
||||
pre code.hljs,
|
||||
.hljs
|
||||
@apply .p-4
|
||||
@apply .text-sm
|
||||
@apply .border-l-4
|
||||
@apply .border-grey-dark
|
||||
@apply .block
|
||||
@apply .bg-grey-lighter
|
||||
@apply .overflow-x-scroll
|
||||
@apply .font-mono
|
Loading…
Add table
Add a link
Reference in a new issue