package css
import "github.com/gohugoio/hugo/tpl/css"
Index ¶
Types ¶
type Namespace ¶
type Namespace struct { }
Namespace provides template functions for the "css" namespace.
func (*Namespace) Quoted ¶
func (ns *Namespace) Quoted(v any) css.QuotedString
Quoted returns a string that needs to be quoted in CSS.
func (*Namespace) Unquoted ¶
func (ns *Namespace) Unquoted(v any) css.UnquotedString
Unquoted returns a string that does not need to be quoted in CSS.
Source Files ¶
- Version
- v0.111.1
- Published
- Mar 2, 2023
- Platform
- js/wasm
- Imports
- 5 packages
- Last checked
- 15 minutes ago –
Tools for package owners.