hugo/resources/resource_transformers
AcClassic a1a9c08b5f resource_transformers/tocss: Fixed hugo:vars casting
Variables passed via the hugo:vars function where passed as type string.
This caused problems when using the variables in sass functions because
these expect a specific type. Now we check if the passed variables have
to be quoted and therefore are of type string or if they should not be
quoted and let the type interpretation up to the sass compiler.

Fixes #10632
2023-02-22 13:26:10 +01:00
..
babel Improve error messages, esp. when the server is running 2022-05-06 19:43:22 +02:00
htesting Rework the Destination filesystem to make --renderStaticToDisk work 2022-04-08 13:26:17 +02:00
integrity Add page fragments support to Related 2023-02-21 17:56:41 +01:00
js deps: Upgrade github.com/evanw/esbuild v0.15.18 => v0.17.0 2023-01-16 14:41:13 +01:00
minifier Add page fragments support to Related 2023-02-21 17:56:41 +01:00
postcss Add HUGO_PUBLISHDIR to the Node environment 2022-12-22 12:43:50 +01:00
templates Improve error messages, esp. when the server is running 2022-05-06 19:43:22 +02:00
tocss resource_transformers/tocss: Fixed hugo:vars casting 2023-02-22 13:26:10 +01:00