Skip to content

Commit

Permalink
fix: tailwindcss content sources
Browse files Browse the repository at this point in the history
  • Loading branch information
cossssmin committed Oct 7, 2022
1 parent 8fc97a7 commit 64e661e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/generators/tailwindcss.js
Expand Up @@ -35,7 +35,8 @@ module.exports = {
important: true,
content: {
files: [
'./src/**/*.*',
'./src/components/**.html',
'./src/layouts/**.html',
{raw: html, extension: 'html'}
]
}
Expand All @@ -46,7 +47,6 @@ module.exports = {
config.content = {
files: [
...config.content,
'./src/**/*.*',
{raw: html, extension: 'html'}
]
}
Expand Down

0 comments on commit 64e661e

Please sign in to comment.