mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-27 05:25:20 +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: [],
|
||
|
};
|