mirror of
https://github.com/meshtastic/web.git
synced 2026-01-28 01:12:31 -05:00
9 lines
165 B
JavaScript
9 lines
165 B
JavaScript
/** @type {import('tailwindcss').Config} */
|
|
module.exports = {
|
|
content: ["./index.html", "./src/**/*.{ts,tsx}"],
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
plugins: [],
|
|
};
|