Skip to content

Commit

Permalink
Fix missing Tailwind config for JS styling
Browse files Browse the repository at this point in the history
  • Loading branch information
tomodwyer committed Sep 5, 2024
1 parent 46bbeca commit 3e0a010
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 @@ -6,6 +6,7 @@ import { fontFamily } from "tailwindcss/defaultTheme";
export default {
content: [
"airlock/templates/**/*.html",
"assets/src/**/*.{css,js}",
"assets/templates/**/*.html"
],
theme: {
Expand Down

0 comments on commit 3e0a010

Please sign in to comment.