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

css.go

Version
v0.123.1
Published
Feb 21, 2024
Platform
darwin/amd64
Imports
5 packages
Last checked
32 minutes ago

Tools for package owners.