hugo/resources/resource_transformers/postcss
Joe Mooring 64abc83fc4 Allow multiple plugins in the PostCSS options map
Usage:
{{ $options := dict "use" "autoprefixer postcss-color-alpha" }}
{{ $style := resources.Get "main.css" | resources.PostCSS $options }}

Fixes #9015
2021-10-10 11:11:43 +02:00
..
postcss.go Allow multiple plugins in the PostCSS options map 2021-10-10 11:11:43 +02:00
postcss_test.go all: Format code with gofumpt 2020-12-03 13:12:58 +01:00