Skip to content

Commit

Permalink
Fix content path for flowbite.
Browse files Browse the repository at this point in the history
  • Loading branch information
zoltanszogyenyi committed Feb 3, 2022
1 parent d517c46 commit 173f6a2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
module.exports = {
content: ["./layouts/**/*.html", "./content/**/*.md", "./content/**/*.html", "./src/**/*.js", "./node_modules/**/*.js"],
content: [
"./layouts/**/*.html",
"./content/**/*.md",
"./content/**/*.html",
"./src/**/*.js",
"./node_modules/flowbite/**/*.js"
],
safelist: [
'w-64',
'w-1/2',
Expand Down

0 comments on commit 173f6a2

Please sign in to comment.