youtube-downloader/tailwind.config.js

11 lines
148 B
JavaScript
Raw Normal View History

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