angular-hotel-manager/tailwind.config.js

12 lines
159 B
JavaScript
Raw Normal View History

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