hugo/common
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
..
collections Add page fragments support to Related 2023-02-21 17:56:41 +01:00
constants
herrors Also consider wrapped errors when checking for file IsNotExist errors 2022-12-14 13:51:06 +01:00
hexec
hreflect
htime
hugio common/hugio: Fix multiWriteCloser.Close 2022-12-06 10:32:33 +01:00
hugo releaser: Prepare repository for 0.111.0-DEV 2023-01-17 12:28:17 +00:00
loggers
maps Misc doc, code refactoring to improve documentation 2023-01-04 18:01:26 +01:00
math
para
paths Adjust tests for GO 1.20 2023-02-22 11:26:52 +01:00
terminal
text Misc doc, code refactoring to improve documentation 2023-01-04 18:01:26 +01:00
types tocss: Simplify the hugo:vars type handling 2023-02-22 13:26:10 +01:00
urls
docs.go Misc doc, code refactoring to improve documentation 2023-01-04 18:01:26 +01:00