PDF-HTML-APP/tailwind.config.js

11 lines
175 B
JavaScript

/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
"./src/**/*.{html,ts}", // add this line
],
theme: {
extend: {},
},
plugins: [],
}