From aae51dc2a41785a90b38a8649ba7847117c6d86e Mon Sep 17 00:00:00 2001 From: Hayleigh Thompson Date: Sun, 20 Aug 2023 14:22:12 +0100 Subject: :heavy_plus_sign: Add tailwindcss as a dependency. --- docs/tailwind.config.js | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 docs/tailwind.config.js (limited to 'docs/tailwind.config.js') 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: [], +}; -- cgit v1.2.3