quick-swift-tool / tailwind.config.js
imweijh's picture
Upload tailwind.config.js with huggingface_hub
41bc970 verified
raw
history blame
214 Bytes
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
'./pages/**/*.{js,ts,jsx,tsx,mdx}',
'./components/**/*.{js,ts,jsx,tsx,mdx}',
],
theme: {
extend: {},
},
plugins: [],
}