Files
red-valley/resources/[framework]/[addons]/[notify]/qs-notify/html/tailwind.config.js
2026-03-29 21:41:17 +03:00

14 lines
343 B
JavaScript

/** @type {import('tailwindcss').Config} */
exports = {
content: [
"./index.html",
"./src/**/*.{js,jsx,ts,tsx}",
"./src/pages/components/**/*.{js,jsx,ts,tsx}",
"./src/components/*.{js,jsx,ts,tsx}",
"./src/userPages/*.{js,jsx,ts,tsx}"
],
theme: {
extend: {},
},
plugins: [],
}