mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-02-11 10:45:41 +00:00
16 lines
217 B
JavaScript
16 lines
217 B
JavaScript
const config = {
|
|
content: ["./index.html","./src/**/*.{html,js,svelte,ts}"],
|
|
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
|
|
plugins: [
|
|
require('@tailwindcss/forms')
|
|
],
|
|
|
|
darkMode: 'class'
|
|
};
|
|
|
|
module.exports = config;
|