leptos-use/examples/use_websocket/tailwind.config.js
2023-07-10 15:55:17 +02:00

13 lines
266 B
JavaScript

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