covidpass-greenpass-su-ipho.../tailwind.config.js

13 lines
243 B
JavaScript
Raw Normal View History

2021-06-25 12:18:25 +02:00
module.exports = {
mode: 'jit',
purge: ['./pages/**/*.{js,ts,jsx,tsx}', './components/**/*.{js,ts,jsx,tsx}'],
darkMode: 'media',
theme: {
extend: {},
},
variants: {
extend: {},
},
plugins: [],
2021-06-25 12:18:25 +02:00
}