SpaceProbe1 / frontend /tailwind.config.js
a9's picture
Upload 27 files
9b2dc95 verified
raw
history blame contribute delete
181 Bytes
/** @type {import('tailwindcss').Config} */
export default {
content: [
"./index.html",
"./src/**/*.{js,ts,jsx,tsx}",
],
theme: {
extend: {},
},
plugins: [],
}