docs: New website
This commit is contained in:
parent
cb6cded5cb
commit
0f7061e0f6
173 changed files with 518 additions and 5789 deletions
14
docs/tailwind.config.js
Normal file
14
docs/tailwind.config.js
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
module.exports = {
|
||||
purge: [
|
||||
'./index.html'
|
||||
],
|
||||
darkMode: false,
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
variants: {
|
||||
extend: {},
|
||||
},
|
||||
plugins: [],
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue