switch to tailwind cdn

This commit is contained in:
2024-05-24 20:57:58 -05:00
parent 2650557503
commit 1b85435097
4 changed files with 3 additions and 15 deletions
-8
View File
@@ -1,8 +0,0 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ['src/**/*.html'],
theme: {
extend: {},
},
plugins: [],
};