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:
Bjørn Erik Pedersen
2025-11-27 10:42:29 +01:00
parent 8be30ef2cb
commit b9b304a126
110 changed files with 1242 additions and 1225 deletions
@@ -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 }}|
`