Files
ontology-term-search/frontend/tailwind.config.js
2026-01-28 15:34:58 -03:00

9 lines
163 B
JavaScript

/** @type {import('tailwindcss').Config} */
export default {
content: ["./index.html", "./src/**/*.{ts,tsx}"],
theme: {
extend: {},
},
plugins: [],
};