mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-27 10:20:42 +01:00
docs: hmr for tailwindcss classes in yml
This commit is contained in:
@@ -4,7 +4,8 @@ import defaultTheme from 'tailwindcss/defaultTheme'
|
|||||||
export default <Partial<Config>>{
|
export default <Partial<Config>>{
|
||||||
content: {
|
content: {
|
||||||
files: [
|
files: [
|
||||||
'content/**/*.yml'
|
'./docs/content/**/*.md',
|
||||||
|
'./docs/content/**/*.yml'
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
theme: {
|
theme: {
|
||||||
|
|||||||
Reference in New Issue
Block a user