mushroomlamp/frontend/tailwind.config.js

12 lines
186 B
JavaScript
Raw Permalink Normal View History

2024-12-08 09:29:28 -08:00
/** @type {import('tailwindcss').Config} */
export default {
content: [
"./index.html",
"./src/**/*.{js,ts,jsx,tsx,vue}",
],
theme: {
extend: {},
},
plugins: [],
}