hugo/resources/resource_transformers
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
..
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 tocss: Simplify the hugo:vars type handling 2023-02-22 13:26:10 +01:00