Skip to content

Commit

Permalink
Add pages folder to tailwind configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
José Luis Pereira committed Jul 15, 2022
1 parent 2fe9c09 commit e653ea3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ module.exports = {
content: [
"./index.html",
"./src/**/*.{vue,js,ts,jsx,tsx,md}",
"./pages/*.{vue,md}",
],

darkMode: 'class',
Expand Down

0 comments on commit e653ea3

Please sign in to comment.