mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
9 lines
154 B
JavaScript
9 lines
154 B
JavaScript
/** @type {import('tailwindcss').Config} */
|
|
module.exports = {
|
|
content: ["*.html", "./src/**/*.rs",],
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
plugins: [],
|
|
}
|
|
|