mirror of
https://github.com/LeNei/dioxus-tailwind.git
synced 2026-02-13 14:54:45 +00:00
9 lines
142 B
JavaScript
9 lines
142 B
JavaScript
/** @type {import('tailwindcss').Config} */
|
|
module.exports = {
|
|
content: ["./src/**/*.rs"],
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
plugins: [],
|
|
}
|