Files
pdfme/playground/tailwind.config.js
hand-dot 3d87f977d6 use vp
2026-03-21 09:24:02 +09:00

9 lines
172 B
JavaScript

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