fixed nav added rest of routes
This commit is contained in:
parent
3e32aa1bed
commit
cfec34d133
126 changed files with 15133 additions and 25 deletions
|
|
@ -1,4 +1,9 @@
|
|||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
content: ['./templates/*.html'],
|
||||
plugins: [
|
||||
require('@tailwindcss/forms'),
|
||||
require('@tailwindcss/typography'),
|
||||
require('@tailwindcss/aspect-ratio'),
|
||||
]
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue