Skip to content

Commit

Permalink
fix(build): maybe revert back to using tailwind pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
Vheissu committed Dec 15, 2024
1 parent 2404725 commit 612990e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/aurelia-theme/layouts/partials/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
{{ partialCached "head/js.html" . }}

{{ $styles := resources.Get "css/main.css" }}
{{ $styles = $styles | css.PostCSS }}
{{ $styles = $styles | css.TailwindCSS }}

{{ if hugo.IsProduction }}
{{ $styles = $styles | minify | fingerprint }}
Expand Down

0 comments on commit 612990e

Please sign in to comment.