kocraft-front/tailwind.config.js
2024-07-17 10:56:48 +09:00

13 lines
187 B
JavaScript

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