teaching-carter-react/tailwind.config.js
2021-07-24 14:33:20 -07:00

13 lines
219 B
JavaScript

module.exports = {
mode: 'jit',
purge: ['./index.html', './src/**/*.{js,ts,jsx,tsx}'],
darkMode: false, // or 'media' or 'class'
theme: {
extend: {},
},
variants: {
extend: {},
},
plugins: [],
}