Skip to content

package css

import "kaiju/engine/ui/markup/css"

Variables

Types

CSSMap

map*ui.[UI][]rules

type CSSMap map[*ui.UI][]rules.Rule

Stylizer

struct

type Stylizer struct {
    Window *windowing.Window
}

Stylizer.ApplyStyles

func (z Stylizer) ApplyStyles(s rules.StyleSheet, doc *document.Document)