youtube-downloader/tailwind.config.js
2023-04-27 14:38:02 +01:00

11 lines
229 B
JavaScript

module.exports = {
purge: ["./src/pages/*.{js,ts,jsx,tsx}", "./components/**/*.{js,ts,jsx,tsx}"],
darkMode: false, // or 'media' or 'class'
theme: {
extend: {},
},
variants: {
extend: {},
},
plugins: [],
};