leptos-use/examples/use_scroll/tailwind.config.js
2023-05-27 15:12:05 +01:00

13 lines
No EOL
239 B
JavaScript

/** @type {import('tailwindcss').Config} */
module.exports = {
content: {
files: ["*.html", "./src/**/*.rs"],
},
theme: {
extend: {},
},
corePlugins: {
preflight: false,
},
plugins: [],
}