utility-function-extractor/packages/webpage-refactor/tailwind.config.js

12 lines
227 B
JavaScript
Raw Permalink Normal View History

2022-06-17 17:44:08 +00:00
module.exports = {
purge: ['./pages/**/*.{js,ts,jsx,tsx}', './components/**/*.{js,ts,jsx,tsx}'],
darkMode: false, // or 'media' or 'class'
theme: {
extend: {},
},
variants: {
extend: {},
},
plugins: [],
}