File tree 2 files changed +3
-4
lines changed
resource_transformers/cssjs
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ func TestTailwindV4Basic(t *testing.T) {
36
36
"url": "https://github.com/bep/hugo-starter-tailwind-basic.git"
37
37
},
38
38
"devDependencies": {
39
- "@tailwindcss/cli": "^4.0.0-alpha.26 ",
40
- "tailwindcss": "^4.0.0-alpha.26 "
39
+ "@tailwindcss/cli": "^4.0.1 ",
40
+ "tailwindcss": "^4.0.1 "
41
41
},
42
42
"name": "hugo-starter-tailwind-basic",
43
43
"version": "0.1.0"
@@ -68,5 +68,5 @@ CSS: {{ $css.Content | safeCSS }}|
68
68
LogLevel : logg .LevelInfo ,
69
69
}).Build ()
70
70
71
- b .AssertFileContent ("public/index.html" , "/*! tailwindcss v4.0.0 " )
71
+ b .AssertFileContent ("public/index.html" , "/*! tailwindcss v4." )
72
72
}
Original file line number Diff line number Diff line change @@ -388,7 +388,6 @@ func (r *resourceAdapter) getImageOps() images.ImageResourceOps {
388
388
if r .MediaType ().SubType == "svg" {
389
389
panic ("this method is only available for raster images. To determine if an image is SVG, you can do {{ if eq .MediaType.SubType \" svg\" }}{{ end }}" )
390
390
}
391
- fmt .Println (r .MediaType ().SubType )
392
391
panic ("this method is only available for image resources" )
393
392
}
394
393
r .init (false , false )
You can’t perform that action at this time.
0 commit comments