Promptaid-VIsion / frontend /tailwind.config.js
SCGR's picture
IFRC UI library
5fb557c
raw
history blame
201 Bytes
/** @type {import('tailwindcss').Config} */
export default {
content: [
"./index.html",
"./src/**/*.{js,ts,jsx,tsx}"
],
theme: {
extend: {}
},
plugins: [],
};