youtube-downloader/tailwind.config.js

11 lines
163 B
JavaScript
Raw Normal View History

2023-10-31 02:54:36 +01:00
module.exports = {
content: ["./src/pages/**/*.{js,ts,jsx,tsx}"],
theme: {
extend: {},
},
variants: {
extend: {},
},
plugins: [],
};