AFFiNE/apps/docs/tailwind.config.mjs
2023-06-25 21:18:23 +08:00

9 lines
163 B
JavaScript

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