added TailwindCSS support

This commit is contained in:
specCon18 2024-02-14 16:38:58 -05:00
parent 1936d7cab9
commit 23fe0aab4b
2235 changed files with 347499 additions and 4 deletions

4
tailwind.config.js Normal file
View file

@ -0,0 +1,4 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ['./templates/*.html'],
};