colorer/tailwind.config.js
Rüdiger Diedrich bcd99f0181 v0.1 – the colorer
frontend: nice, sleek, functional and completely intuitive UI
internal: flat hierarchies; opinoinated reactivity
2021-08-20 09:41:00 +02: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: [],
}