youtube-downloader/tailwind.config.js

11 lines
153 B
JavaScript
Raw Normal View History

2023-04-27 15:38:02 +02:00
module.exports = {
2023-04-28 12:18:10 +02:00
content: ["./src/pages/**/*.{js,ts,jsx,tsx}"],
2023-04-27 15:38:02 +02:00
theme: {
extend: {},
},
variants: {
extend: {},
},
plugins: [],
};