Skip to content

Commit

Permalink
✨(lp) Update Tailwind CSS configuration to include blog feature files
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed Oct 14, 2024
1 parent 4c0d3fb commit 2834f2e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion apps/landing-page/tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./src/app/blog/**/*.{js,ts,jsx,tsx,mdx}"],
content: [
"./src/app/blog/**/*.{js,ts,jsx,tsx,mdx}",
"./src/features/blog/**/*.{js,ts,jsx,tsx,mdx}",
],
theme: {
extend: {},
},
Expand Down

0 comments on commit 2834f2e

Please sign in to comment.