portfolio_leptos/tailwind.config.js

9 lines
170 B
JavaScript
Raw Normal View History

2023-03-08 21:22:39 +01:00
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ['./src/**/*.rs', './index.html'],
theme: {
extend: {},
},
plugins: [],
}