mytube-frontend/tailwind.config.js
Flo 42312cf409
Some checks failed
Node.js CI / build (20.x) (push) Has been cancelled
updates
2024-08-04 13:18:06 +00:00

10 lines
150 B
JavaScript

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