super-graph/docs/.vuepress/styles/index.styl

18 lines
280 B
Stylus
Raw Normal View History

2019-08-02 16:07:50 +02:00
@tailwind base;
@css {
.markdown h1 {
@apply font-semibold text-2xl border-0 py-4
}
.markdown h2, .markdown h3, .markdown h4 {
@apply font-semibold text-xl border-0 py-4
}
.markdown p {
@apply py-2 text-lg
}
}
2019-08-02 16:07:50 +02:00
@tailwind components;
@tailwind utilities;