redaction / ui /tailwind.config.js
gni
Initial commit: Privacy Gateway with Multi-language PII detection (EN/FR) and Docker support
0e45313
raw
history blame contribute delete
182 Bytes
/** @type {import('tailwindcss').Config} */
export default {
content: [
"./index.html",
"./src/**/*.{js,ts,jsx,tsx}",
],
theme: {
extend: {},
},
plugins: [],
}