added TailwindCSS support
This commit is contained in:
parent
1936d7cab9
commit
23fe0aab4b
2235 changed files with 347499 additions and 4 deletions
4
tailwind.config.js
Normal file
4
tailwind.config.js
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
content: ['./templates/*.html'],
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue