mirror of
https://github.com/v0l/route96.git
synced 2025-06-15 07:56:32 +00:00
9 lines
163 B
JavaScript
9 lines
163 B
JavaScript
/** @type {import('tailwindcss').Config} */
|
|
export default {
|
|
content: ["./index.html", "./src/**/*.{ts,tsx}"],
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
plugins: [],
|
|
};
|