sugoi-v4 / tailwind.config.js
playmak3r's picture
chore: adjust tailwindcss
463734b
raw
history blame contribute delete
138 Bytes
/** @type {import('tailwindcss').Config} */
export default {
content: ["./**/*.tsx"],
theme: {
extend: {},
},
plugins: [],
}