smart-bright-tool / tailwind.config.js
Gertie01's picture
Upload tailwind.config.js with huggingface_hub
e617655 verified
raw
history blame contribute delete
219 Bytes
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
"./pages/**/*.{js,jsx}",
"./components/**/*.{js,jsx}",
"./app/**/*.{js,jsx}",
],
theme: {
extend: {},
},
plugins: [],
}