datahub/packages/components/tailwind.config.js
Luccas Mateus de Medeiros Gomes 11659a838b [components][lg] - pdf viewer
2023-07-12 14:50:30 -03:00

11 lines
199 B
JavaScript

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