From 4d0484132aa2a6baef12a5ed5d3d4c3ca1ad7106 Mon Sep 17 00:00:00 2001 From: Furkan Sahin Date: Thu, 21 Jul 2022 08:57:30 -0400 Subject: All works. learn source map error and fix it --- tailwind.config.js | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 tailwind.config.js (limited to 'tailwind.config.js') diff --git a/tailwind.config.js b/tailwind.config.js deleted file mode 100644 index bfe8a76..0000000 --- a/tailwind.config.js +++ /dev/null @@ -1,17 +0,0 @@ -module.exports = { - content: ['./index.html', './src/**/*.svelte'], - theme: { - extend: {}, - }, - plugins: [ - require('daisyui'), - ], - - // Daisyui had some theme turned on by default - daisyui: { - themes: ["light", "dark", "cupcake", "bumblebee", "emerald", "corporate", "synthwave", "retro", "cyberpunk", "valentine", "halloween", "garden", "forest", "aqua", "lofi", "pastel", "fantasy", "wireframe", "black", "luxury", "dracula", "cmyk", "autumn", "business", "acid", "lemonade", "night", "coffee", "winter"], - // themes: [], - }, - - darkMode: 'class', -} -- cgit v1.2.3