angular-hotel-manager/tailwind.config.js
Jan Klattenhoff 4c94212b7f Random
2024-08-20 14:26:19 +02:00

12 lines
159 B
JavaScript

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