datahub/packages/components/tailwind.config.js
2023-07-06 17:13:37 -03:00

7 lines
151 B
JavaScript

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