add tailwind dependency back for autocomplete

This commit is contained in:
2024-05-24 21:07:43 -05:00
parent 5795a4d192
commit b2fb853206
3 changed files with 1341 additions and 2 deletions
+9
View File
@@ -0,0 +1,9 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ['src/**/*.html'],
theme: {
extend: {},
},
plugins: [],
};