Files
gen_short_link/tailwind.config.js
2023-02-14 13:32:03 +08:00

9 lines
176 B
JavaScript

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