WIP: initial setup with vite and vitepress, example with button
This commit is contained in:
12
tailwind.config.js
Normal file
12
tailwind.config.js
Normal file
@@ -0,0 +1,12 @@
|
||||
module.exports = {
|
||||
content: [
|
||||
'./docs/.vitepress/**/*.{js,ts,vue}',
|
||||
'./docs/**/*.md',
|
||||
'./src/**/*.{js,ts,vue}',
|
||||
|
||||
],
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
plugins: [require('flowbite/plugin')],
|
||||
}
|
||||
Reference in New Issue
Block a user