UNPKG

itm-holding-package

Version:

ITM HOLDING PACKAGES

13 lines 246 B
/** @type {import('tailwindcss').Config} */ module.exports = { content: [ "./src/**/*.{js,jsx,ts,tsx}", ], theme: { extend: { background: "var(--background)", foreground: "var(--foreground)", }, }, plugins: [], }