AFFiNE/apps/docs/tailwind.config.mjs

9 lines
163 B
JavaScript
Raw Normal View History

2023-06-25 16:18:23 +03:00
/** @type {import('tailwindcss').Config} */
export default {
content: ['./index.html', './src/**/*.{ts,tsx}'],
theme: {
extend: {},
},
plugins: [],
};