1
0
mirror of https://github.com/covidpass-org/covidpass.git synced 2025-02-16 11:41:19 +01:00
covidpass-greenpass-su-ipho.../tailwind.config.js
Hauke Tönjes 11d739b473
New color selector
- Use headless-ui radio menu for the selector
- Use enum for colors
- Design is WIP
2021-07-28 14:28:45 +02:00

13 lines
243 B
JavaScript

module.exports = {
mode: 'jit',
purge: ['./pages/**/*.{js,ts,jsx,tsx}', './components/**/*.{js,ts,jsx,tsx}'],
darkMode: 'media',
theme: {
extend: {},
},
variants: {
extend: {},
},
plugins: [],
}