Skip to content

Commit

Permalink
docs: hmr for tailwindcss classes in yml
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Sep 12, 2023
1 parent 40ecb23 commit 0178ca9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ import defaultTheme from 'tailwindcss/defaultTheme'
export default <Partial<Config>>{
content: {
files: [
'content/**/*.yml'
'./docs/content/**/*.md',
'./docs/content/**/*.yml'
]
},
theme: {
Expand Down

1 comment on commit 0178ca9

@vercel
Copy link

@vercel vercel bot commented on 0178ca9 Sep 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ui – ./

ui-git-dev-nuxt-js.vercel.app
ui.nuxt.com
ui-nuxt-js.vercel.app

Please sign in to comment.