Skip to content

馃毃 Remove deprecated resources.ToCSS in themes

Bertrand MADET requested to merge fix-deprecated-resources-tocss into main

To fix failing job : https://git.cloud.safran/safrangrp/tools/digitalfactory/shared/projects/codehack/-/jobs/1964132 ERROR deprecated: resources.ToCSS was deprecated in Hugo v0.128.0 and subsequently removed. Use css.Sass instead.

Remove deprecated resources.ToCSS and use toCSS instead see https://gohugo.io/functions/css/sass/

Merge request reports