youtube-downloader/tailwind.config.js
2023-04-27 15:23:04 +01:00

10 lines
148 B
JavaScript

module.exports = {
purge: ["./src/pages/*.{js,ts,jsx,tsx}"],
theme: {
extend: {},
},
variants: {
extend: {},
},
plugins: [],
};