diff --git a/tailwind.config.js b/tailwind.config.js new file mode 100644 index 0000000..8376bdb --- /dev/null +++ b/tailwind.config.js @@ -0,0 +1,14 @@ +/** @type {import('tailwindcss').Config} */ +module.exports = { + darkMode: "selector", + content: [ + "./src/client/**/*.{html,js,ejs}", + "./node_modules/preline/dist/*.js" + ], + theme: { + extend: {} + }, + plugins: [ + require('@tailwindcss/forms')({ strategy: "class" }) + ] +} \ No newline at end of file