Refactor Super Graph into a library #26
This commit is contained in:
25
docs/guide/.vuepress/styles/index.styl
Normal file
25
docs/guide/.vuepress/styles/index.styl
Normal file
@ -0,0 +1,25 @@
|
||||
@tailwind base;
|
||||
|
||||
@css {
|
||||
h1 {
|
||||
@apply font-semibold text-3xl border-0 py-4
|
||||
}
|
||||
h2, h3, h4 {
|
||||
@apply font-semibold text-2xl border-0 py-4
|
||||
}
|
||||
p {
|
||||
@apply py-2 text-lg
|
||||
}
|
||||
pre {
|
||||
white-space: pre-wrap; /* css-3 */
|
||||
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
|
||||
white-space: -pre-wrap; /* Opera 4-6 */
|
||||
white-space: -o-pre-wrap; /* Opera 7 */
|
||||
word-wrap: break-word; /* Internet Explorer 5.5+ */
|
||||
font-size: 90%;
|
||||
}
|
||||
}
|
||||
|
||||
@tailwind components;
|
||||
|
||||
@tailwind utilities;
|
6
docs/guide/.vuepress/styles/palette.styl
Normal file
6
docs/guide/.vuepress/styles/palette.styl
Normal file
@ -0,0 +1,6 @@
|
||||
// showing default values
|
||||
$accentColor = #3eaf7c
|
||||
$textColor = #2c3e50
|
||||
$borderColor = #eaecef
|
||||
$codeBgColor = #282c34
|
||||
$nprogressColor = #4fd1c5
|
Reference in New Issue
Block a user