This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
oliverdavies.uk-old-sculpin/assets/sass/components/markdown.sass
2018-07-19 12:06:53 +01:00

29 lines
453 B
Sass

.markdown
h2
@apply .mt-8 .mb-2
h3
@apply .mt-6 .mb-2
p,
li
a
@apply .link
code
@apply .bg-grey-lighter .inline-block .font-mono .text-xs
padding: 1px 3px
pre code,
.hljs
@apply .bg-grey-lighter
@apply .block
@apply .border-grey-dark
@apply .border-l-4
@apply .font-mono
@apply .leading-loose
@apply .overflow-x-scroll
@apply .p-4
@apply .rounded
@apply .text-xs