angular-hotel-manager/tailwind.config.js

10 lines
128 B
JavaScript
Raw Permalink Normal View History

2024-08-20 14:26:19 +02:00
/** @type {import('tailwindcss').Config} */
2024-08-20 14:26:19 +02:00
module.exports = {
content: [
"./src/**/*.{html,ts}",
],
plugins: [],
}