zap-stream-admin/tailwind.config.js

12 lines
165 B
JavaScript
Raw Permalink Normal View History

2023-08-08 09:49:51 +00:00
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
"./src/**/*.{js,jsx,ts,tsx}",
],
theme: {
extend: {},
},
plugins: [],
}