hugo/resources
Bjørn Erik Pedersen ecf3cd514f tocss: Simplify the hugo:vars type handling
Instead of maintaing a list of all CSS units and functions this commit:

* Uses 3 regexps to detect typed CSS values (e.g. `24px`) + properly handle numeric Go types.
* These regexps may have some false positives -- e.g. strings that needs to be quoted.
* For that rare case, you can mark the string with e.g. `"32xxx" | css.Quoted`
* For the opposite case:  `"32" | css.Unquoted`

Updates #10632
2023-02-22 13:26:10 +01:00
..
images
internal
jsconfig
page Add page fragments support to Related 2023-02-21 17:56:41 +01:00
postpub Add page fragments support to Related 2023-02-21 17:56:41 +01:00
resource Add page fragments support to Related 2023-02-21 17:56:41 +01:00
resource_factories
resource_transformers tocss: Simplify the hugo:vars type handling 2023-02-22 13:26:10 +01:00
testdata
docs.go
errorResource.go Add page fragments support to Related 2023-02-21 17:56:41 +01:00
image.go
image_cache.go
image_extended_test.go
image_test.go Add page fragments support to Related 2023-02-21 17:56:41 +01:00
integration_test.go
post_publish.go
resource.go Add page fragments support to Related 2023-02-21 17:56:41 +01:00
resource_cache.go
resource_cache_test.go
resource_metadata.go
resource_metadata_test.go
resource_spec.go
resource_test.go
testhelpers_test.go
transform.go Add page fragments support to Related 2023-02-21 17:56:41 +01:00
transform_test.go Add page fragments support to Related 2023-02-21 17:56:41 +01:00