Jr SoulWolf
Fix: Update config files to CommonJS syntax
b810dad
raw
history blame contribute delete
184 Bytes
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
"./index.html",
"./src/**/*.{js,ts,jsx,tsx}",
],
theme: {
extend: {},
},
plugins: [],
}