feat: add plane docs to turbo
This commit is contained in:
parent
9539fca585
commit
18ff810a14
75 changed files with 8856 additions and 17 deletions
15
apps/docs/src/styles/tailwind.css
Normal file
15
apps/docs/src/styles/tailwind.css
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
:root {
|
||||
--shiki-color-text: theme('colors.white');
|
||||
--shiki-token-constant: theme('colors.blue.300');
|
||||
--shiki-token-string: theme('colors.blue.300');
|
||||
--shiki-token-comment: theme('colors.zinc.500');
|
||||
--shiki-token-keyword: theme('colors.sky.300');
|
||||
--shiki-token-parameter: theme('colors.pink.300');
|
||||
--shiki-token-function: theme('colors.violet.300');
|
||||
--shiki-token-string-expression: theme('colors.blue.300');
|
||||
--shiki-token-punctuation: theme('colors.zinc.200');
|
||||
}
|
||||
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
Loading…
Add table
Add a link
Reference in a new issue