mirror of
https://github.com/meshtastic/web.git
synced 2026-02-07 06:11:47 -05:00
13 lines
214 B
JavaScript
13 lines
214 B
JavaScript
module.exports = {
|
|
mode: 'jit',
|
|
purge: ['./public/**/*.html', './src/**/*.tsx'],
|
|
darkMode: false, // or 'media' or 'class'
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
variants: {
|
|
extend: {},
|
|
},
|
|
plugins: [],
|
|
};
|