ridevision / tailwind.config.js
lattmamb's picture
Upload 32 files
3328075 verified
raw
history blame contribute delete
182 Bytes
/** @type {import('tailwindcss').Config} */
export default {
content: [
"./index.html",
"./src/**/*.{js,ts,jsx,tsx}",
],
theme: {
extend: {},
},
plugins: [],
}