From 40e0cfc28f512ba92099b27cc2b88e41d1879683 Mon Sep 17 00:00:00 2001 From: Medvedev Stanislav Date: Mon, 10 Jun 2024 22:00:38 +0300 Subject: =?UTF-8?q?=D0=9F=D1=80=D0=B8=D1=86=D0=B5=D0=BF=D0=B8=D0=BB=20.git?= =?UTF-8?q?=20=D0=BA=20http=20=D1=81=D0=B5=D1=80=D0=B2=D0=B5=D1=80=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tailwind.config.js | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tailwind.config.js (limited to 'tailwind.config.js') diff --git a/tailwind.config.js b/tailwind.config.js new file mode 100644 index 0000000..80af1a8 --- /dev/null +++ b/tailwind.config.js @@ -0,0 +1,9 @@ +/** @type {import('tailwindcss').Config} */ +module.exports = { + content: ["./templates/*.{html,js}"], + theme: { + extend: {}, + }, + plugins: [], +} + -- cgit v1.2.3