2019-07-08 19:41:58 +00:00
|
|
|
.markup
|
|
|
|
@apply leading-normal
|
2018-12-30 00:31:50 +00:00
|
|
|
|
2019-01-09 23:21:50 +00:00
|
|
|
h2,
|
2019-04-29 07:52:29 +00:00
|
|
|
h3,
|
2019-07-08 19:41:58 +00:00
|
|
|
h4
|
2019-04-29 07:52:29 +00:00
|
|
|
@apply text-black font-bold mb-3
|
2019-02-12 23:06:12 +00:00
|
|
|
|
2019-07-08 19:41:58 +00:00
|
|
|
h2
|
2019-04-29 07:52:29 +00:00
|
|
|
@apply mt-8 mb-3
|
|
|
|
|
2019-07-08 19:41:58 +00:00
|
|
|
h3
|
2019-04-29 07:52:29 +00:00
|
|
|
@apply text-lg mt-8
|
2019-02-13 01:52:53 +00:00
|
|
|
|
|
|
|
p,
|
|
|
|
ul,
|
|
|
|
ol,
|
2019-03-26 22:21:15 +00:00
|
|
|
blockquote,
|
2019-02-13 01:52:53 +00:00
|
|
|
table,
|
|
|
|
figure,
|
|
|
|
pre,
|
2019-07-08 19:41:58 +00:00
|
|
|
[v-pre]
|
|
|
|
&:not(:last-child)
|
2019-02-13 01:52:53 +00:00
|
|
|
@apply mb-6
|
2018-12-07 22:45:27 +00:00
|
|
|
|
2019-07-08 19:41:58 +00:00
|
|
|
ul
|
2019-03-21 09:19:19 +00:00
|
|
|
@apply list-disc ml-5
|
|
|
|
|
2019-07-08 19:41:58 +00:00
|
|
|
code
|
2019-03-21 09:38:09 +00:00
|
|
|
@apply bg-gray-200 font-mono text-sm
|
2018-12-30 00:31:50 +00:00
|
|
|
|
2018-12-18 22:57:51 +00:00
|
|
|
p,
|
2019-07-08 19:41:58 +00:00
|
|
|
li
|
|
|
|
code
|
2019-03-21 09:38:09 +00:00
|
|
|
@apply inline-block border border-gray-300 font-bold mx-px p-1 leading-none
|
2018-12-07 22:45:27 +00:00
|
|
|
|
2018-12-18 22:57:51 +00:00
|
|
|
pre code,
|
2019-07-08 19:41:58 +00:00
|
|
|
.hljs
|
2018-12-30 00:31:50 +00:00
|
|
|
@apply block leading-loose overflow-x-scroll p-6
|
2018-12-29 02:13:20 +00:00
|
|
|
|
2019-02-13 01:52:53 +00:00
|
|
|
figure,
|
2019-07-08 19:41:58 +00:00
|
|
|
img
|
2019-02-12 23:06:12 +00:00
|
|
|
@apply block
|
2018-12-29 02:13:20 +00:00
|
|
|
|
2019-07-08 19:41:58 +00:00
|
|
|
figcaption
|
2019-03-21 09:38:09 +00:00
|
|
|
@apply italic text-sm text-gray-800 text-center mb-0 mt-1
|