mirror of
https://github.com/jwetzell/showbridge-www.git
synced 2026-09-07 20:58:59 +00:00
add tailwind dependency back for autocomplete
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
content: ['src/**/*.html'],
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
plugins: [],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user