mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-16 23:55:20 +00:00
11 lines
281 B
TypeScript
11 lines
281 B
TypeScript
import config from '../gitbook/tailwind.config';
|
|
|
|
export default {
|
|
...config,
|
|
content: [
|
|
'../gitbook/src/pages/**/*.{js,ts,jsx,tsx,mdx}',
|
|
'../gitbook/src/components/**/*.{js,ts,jsx,tsx,mdx}',
|
|
'../gitbook/src/app/**/*.{js,ts,jsx,tsx,mdx}',
|
|
],
|
|
};
|