mushroomlamp/frontend/postcss.config.js
2024-12-08 10:29:28 -07:00

12 lines
187 B
JavaScript

/** @type {import('tailwindcss').Config} */
export default {
content: [
"./index.html",
"./src/**/*.{js,ts,jsx,tsx,vue}",
],
theme: {
extend: {},
},
plugins: [],
}i