mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-04-17 09:10:52 +00:00
12 lines
157 B
JavaScript
12 lines
157 B
JavaScript
const config = {
|
|
content: ["./index.html","./src/**/*.{html,js,svelte,ts}"],
|
|
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
|
|
plugins: [],
|
|
};
|
|
|
|
module.exports = config;
|