mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-28 14:51:57 +03:00
9 lines
163 B
JavaScript
9 lines
163 B
JavaScript
/** @type {import('tailwindcss').Config} */
|
|
export default {
|
|
content: ['./index.html', './src/**/*.{ts,tsx}'],
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
plugins: [],
|
|
};
|