Files
garandsite/tailwind.config.js
GarandPLG 96650aa674 Init
2024-08-28 15:35:35 +02:00

12 lines
191 B
JavaScript

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