WIP: initial setup with vite and vitepress, example with button
This commit is contained in:
5
docs/.vitepress/theme/index.js
Normal file
5
docs/.vitepress/theme/index.js
Normal file
@@ -0,0 +1,5 @@
|
||||
import './tailwind.css'
|
||||
|
||||
import DefaultTheme from 'vitepress/theme'
|
||||
|
||||
export default DefaultTheme
|
||||
4
docs/.vitepress/theme/tailwind.css
Normal file
4
docs/.vitepress/theme/tailwind.css
Normal file
@@ -0,0 +1,4 @@
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
Reference in New Issue
Block a user