hugo/resources/resource_transformers/tocss
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
..
dartsass resource_transformers/tocss: Fixed hugo:vars casting 2023-02-22 13:26:10 +01:00
internal/sass resource_transformers/tocss: Fixed hugo:vars casting 2023-02-22 13:26:10 +01:00
scss tocss: Add some more test cases 2022-12-21 11:21:07 +01:00