From d0eed645a4276c182d373b00e2b383e0ed190ed7 Mon Sep 17 00:00:00 2001 From: IT Fixcomart Date: Thu, 27 Oct 2022 09:44:54 +0700 Subject: initial commit --- tailwind.config.js | 8 ++++++++ 1 file changed, 8 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 00000000..32e3abde --- /dev/null +++ b/tailwind.config.js @@ -0,0 +1,8 @@ +/** @type {import('tailwindcss').Config} */ +module.exports = { + content: [], + theme: { + extend: {}, + }, + plugins: [], +} -- cgit v1.2.3