eeg_internal/tailwind.config.js

11 lines
176 B
JavaScript
Raw Normal View History

2024-02-10 00:18:21 +00:00
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
"./src/**/*.{html,rs}",
],
theme: {
extend: {},
},
plugins: [],
}