mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
testing: Port integration tests to new templates structure
As introduced in v0.146.0. Keep some legecy test to preserve backwards compatibility.
This commit is contained in:
@@ -55,7 +55,7 @@ func TestTailwindV4Basic(t *testing.T) {
|
||||
--color-neon-lime: oklch(91.5% 0.258 129);
|
||||
--color-neon-cyan: oklch(91.3% 0.139 195.8);
|
||||
}
|
||||
-- layouts/index.html --
|
||||
-- layouts/home.html --
|
||||
{{ $css := resources.Get "css/styles.css" | css.TailwindCSS }}
|
||||
CSS: {{ $css.Content | safeCSS }}|
|
||||
`
|
||||
|
||||
Reference in New Issue
Block a user