mirror of
https://github.com/jwetzell/showbridge-www.git
synced 2026-08-16 18:53:31 +00:00
add tailwind dependency back for autocomplete
This commit is contained in:
Generated
+1330
-1
File diff suppressed because it is too large
Load Diff
+2
-1
@@ -21,6 +21,7 @@
|
||||
},
|
||||
"homepage": "https://github.com/jwetzell/showbridge#readme",
|
||||
"devDependencies": {
|
||||
"http-server": "^14.1.1"
|
||||
"http-server": "^14.1.1",
|
||||
"tailwindcss": "^3.4.3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
content: ['src/**/*.html'],
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
plugins: [],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user