deepshelf-api / frontend /tailwind.config.js
nice-bill's picture
initial commit
cdb73a8
raw
history blame contribute delete
202 Bytes
/** @type {import('tailwindcss').Config} */
export default {
darkMode: 'class',
content: [
"./index.html",
"./src/**/*.{js,ts,jsx,tsx}",
],
theme: {
extend: {},
},
plugins: [],
}