1
0
forked from Leaf/amber-ui
amber-ui-re/tailwind.config.js

9 lines
174 B
JavaScript
Raw Permalink Normal View History

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