diff options
Diffstat (limited to 'docs/tailwind.config.js')
-rw-r--r-- | docs/tailwind.config.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/tailwind.config.js b/docs/tailwind.config.js new file mode 100644 index 0000000..d6e89d1 --- /dev/null +++ b/docs/tailwind.config.js @@ -0,0 +1,7 @@ +export default { + content: ["./index.html", "./src/**/*.{mjs,gleam}"], + theme: { + extend: {}, + }, + plugins: [], +}; |