From dd4299a4de8a31802a4551d631c67836484d9699 Mon Sep 17 00:00:00 2001 From: omagdy7 Date: Fri, 3 Nov 2023 17:57:35 +0200 Subject: Moved to react instead of vanilla js and added the basic skeleton of the plgin --- tailwind.config.js | 10 ++++++++++ 1 file changed, 10 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..74270b1 --- /dev/null +++ b/tailwind.config.js @@ -0,0 +1,10 @@ +// eslint-disable-next-line no-undef +module.exports = { + content: [ + './src/**/*.{js,ts,jsx,tsx}' + ], + theme: { + extend: {}, + }, + plugins: [], +} -- cgit v1.2.3