paperless-gpt/web-app/tailwind.config.js

8 lines
171 B
JavaScript
Raw Permalink Normal View History

2024-09-23 07:59:50 -05:00
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ['./index.html', './src/**/*.{js,ts,jsx,tsx}'],
theme: {
extend: {},
},
plugins: [],
};