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.112.0
- Published
- May 23, 2023
- Platform
- linux/amd64
- Imports
- 5 packages
- Last checked
- 3 hours ago –
Tools for package owners.