| commit | 2e463fb649fcff14d4025ddb91f630a98e7da526 | [log] [tgz] |
|---|---|---|
| author | Earl Lee <earl.lee@sketch.dev> | Thu Apr 17 11:22:22 2025 -0700 |
| committer | Earl Lee <earl.lee@sketch.dev> | Thu Apr 17 11:35:33 2025 -0700 |
| tree | 0e86854d80d2759a913870655f13226c31f9d30c |
Initial commit
diff --git a/loop/webui/tailwind.config.js b/loop/webui/tailwind.config.js new file mode 100644 index 0000000..91d9b4b --- /dev/null +++ b/loop/webui/tailwind.config.js
@@ -0,0 +1,10 @@ +/** @type {import('tailwindcss').Config} */ +module.exports = { + content: [ + "./src/**/*.{html,js,ts}", + ], + theme: { + extend: {}, + }, + plugins: [], +};