Hugo css.PostCSS
css.PostCSS [OPTIONS] RESOURCE
Processes the given resource with PostCSS using any PostCSS plugin in Hugo.
Hugo css.Quoted
css.Quoted STRING
Returns the given string, setting its data type to indicate that it must be quoted when used in CSS.
Hugo css.Sass
css.Sass [OPTIONS] RESOURCE
Transpiles Sass to CSS.
Hugo css.TailwindCSS
css.TailwindCSS [OPTIONS] RESOURCE
Processes the given resource with the Tailwind CSS CLI.
Hugo css.Unquoted
css.Unquoted STRING
Returns the given string, setting its data type to indicate that it must not be quoted when used in CSS.