datahub/packages/components/tailwind.config.js
2023-07-05 14:32:57 -03:00

9 lines
183 B
JavaScript

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