项目文件夹

文件
2024-09-10 21:08:19 -07:00

8 行
179 B
JavaScript

/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./src/sidebar/**/*.{html,js,ts,jsx,tsx}"],
theme: {
extend: {},
},
plugins: [],
}