From 8886308c56223f04df535a065234414a6deb11ba Mon Sep 17 00:00:00 2001 From: Maksymilian Date: Fri, 23 Sep 2022 09:44:56 +0200 Subject: Initial commit, v1.0.0 --- tailwind.config.js | 7 +++++++ 1 file changed, 7 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..f632145 --- /dev/null +++ b/tailwind.config.js @@ -0,0 +1,7 @@ +module.exports = { + content: ['./index.html', './src/**/*.{svelte,js,ts}'], + theme: { + extend: {}, + }, + plugins: [], +} -- cgit v1.3.1