AngularDemo/tailwind.config.js

10 lines
150 B
JavaScript
Raw Normal View History

2023-11-30 08:52:03 +00:00
/** @type {import('tailwindcss').Config} */
module.exports = {
2023-11-30 16:46:05 +00:00
content: ["./src/**/*.{html,js}"],
2023-11-30 08:52:03 +00:00
theme: {
extend: {},
},
plugins: [],
}