mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-27 02:10:40 +01:00
docs: improve multi-source handling (#682)
This commit is contained in:
@@ -2,12 +2,12 @@ import type { Config } from 'tailwindcss'
|
||||
import defaultTheme from 'tailwindcss/defaultTheme'
|
||||
|
||||
export default <Partial<Config>>{
|
||||
content: {
|
||||
files: [
|
||||
'./docs/content/**/*.md',
|
||||
'./docs/content/**/*.yml'
|
||||
]
|
||||
},
|
||||
// content: {
|
||||
// files: [
|
||||
// './docs/content/**/*.md',
|
||||
// './docs/content/**/*.yml'
|
||||
// ]
|
||||
// },
|
||||
theme: {
|
||||
extend: {
|
||||
fontFamily: {
|
||||
|
||||
Reference in New Issue
Block a user