tianji/tailwind.config.js

9 lines
171 B
JavaScript
Raw Normal View History

2023-08-31 16:11:47 +00:00
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./index.html", "./src/**/*.{js,jsx,ts,tsx}"],
theme: {
extend: {},
},
plugins: [],
}