mirror of
https://github.com/jwetzell/showbridge-www.git
synced 2026-09-10 13:49:26 +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",
|
"homepage": "https://github.com/jwetzell/showbridge#readme",
|
||||||
"devDependencies": {
|
"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