summaryrefslogtreecommitdiffstats
path: root/ui/tailwind.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/tailwind.config.js')
-rw-r--r--ui/tailwind.config.js13
1 files changed, 13 insertions, 0 deletions
diff --git a/ui/tailwind.config.js b/ui/tailwind.config.js
new file mode 100644
index 0000000..804b7f0
--- /dev/null
+++ b/ui/tailwind.config.js
@@ -0,0 +1,13 @@
+/** @type {import('tailwindcss').Config} */
+module.exports = {
+ content: [
+ "./*.html",
+ "./*.js",
+ "./src/**/*.{html,js}"
+ ],
+ theme: {
+ extend: {},
+ },
+ plugins: [],
+}
+