Fix bug with allow list path
This commit is contained in:
5
docs/.vuepress/styles/index.styl
Normal file
5
docs/.vuepress/styles/index.styl
Normal file
@ -0,0 +1,5 @@
|
||||
@tailwind base;
|
||||
|
||||
@tailwind components;
|
||||
|
||||
@tailwind utilities;
|
6
docs/.vuepress/styles/palette.styl
Normal file
6
docs/.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