Skip to content

Commit

Permalink
fix file path
Browse files Browse the repository at this point in the history
  • Loading branch information
nlkluth committed Oct 25, 2023
1 parent c09c225 commit 7e17015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextjs/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
"./pages/**/*.{js,jsx,ts,tsx}",
"./components/**/*.{js,jsx,ts,tsx}",
"./views/**/*.{js,jsx,ts,tsx}",
"../ui/components/**/*.{js,jsx,ts,tsx}",
"../shared-ui/components/**/*.{js,jsx,ts,tsx}",
],
theme: {
extend: {
Expand Down

0 comments on commit 7e17015

Please sign in to comment.