hugo/tpl/tplimpl
Bjørn Erik Pedersen eddcd2bac6 Clean up the css related template funcs package structure
Deprecate and move:

* resources.ToCSS => css.SASS
* resources.PostProcess => css.PostProcess
* resources.Babel => js.Babel

Updates #12618
2024-06-25 15:48:02 +02:00
..
embedded
render_hook_integration_test.go
shortcodes.go
shortcodes_test.go
template.go Implement defer 2024-06-23 11:25:47 +02:00
template_ast_transformers.go Implement defer 2024-06-23 11:25:47 +02:00
template_ast_transformers_test.go Implement defer 2024-06-23 11:25:47 +02:00
template_errors.go
template_funcs.go Clean up the css related template funcs package structure 2024-06-25 15:48:02 +02:00
template_funcs_test.go
template_test.go
templateFuncster.go
templateProvider.go
tplimpl_integration_test.go