Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultVariables = map[string]*Variables{ "FontSans": NewVariable(Font, "sans", `ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"`), }
Functions ¶
This section is empty.
Types ¶
type Namespace ¶
type Namespace string
const ( Color Namespace = "color" Font Namespace = "font" Text Namespace = "text" FontWeight Namespace = "fontweight" Tracking Namespace = "tracking" Leading Namespace = "leading" Breakpoint Namespace = "breakpoint" Container Namespace = "container" Spacing Namespace = "spacing" Radius Namespace = "radius" Shadow Namespace = "shadow" InsetShadow Namespace = "insetshadow" DropShadow Namespace = "dropshadow" Blur Namespace = "blur" Perspective Namespace = "perspective" Aspect Namespace = "aspect" Ease Namespace = "ease" Animate Namespace = "animate" )
type Theme ¶
type Theme struct {
// contains filtered or unexported fields
}
func (*Theme) AddVariable ¶
func (*Theme) ListVariables ¶
type UtilityClass ¶
func (*UtilityClass) Value ¶
func (u *UtilityClass) Value(class string) string
Click to show internal directories.
Click to hide internal directories.