Files
videocall-app/videocall-frontend/tailwind.config.js
september 54a81cbdcf init
2025-09-03 06:51:24 -07:00

10 lines
128 B
JavaScript

/** @type {import('tailwindcss').Config} */
module.exports = {
content: [],
theme: {
extend: {},
},
plugins: [],
}