style

package
v0.0.0-...-a35f291 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 4, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CSSRule

type CSSRule struct {
	// contains filtered or unexported fields
}

func NewCSSRule

func NewCSSRule() *CSSRule

func (*CSSRule) Set

func (self *CSSRule) Set(name string, value string)

func (*CSSRule) SetSelectorText

func (self *CSSRule) SetSelectorText(selectorText string)

type CSSRuleList

type CSSRuleList []CSSRule

type CSSStyleProperty

type CSSStyleProperty struct {
	Name  string
	Value string
}

type CSSStylePropertyMap

type CSSStylePropertyMap struct {
	// contains filtered or unexported fields
}

func NewCSSStylePropertyMap

func NewCSSStylePropertyMap() *CSSStylePropertyMap

func (*CSSStylePropertyMap) Set

func (self *CSSStylePropertyMap) Set(name string, value string)

type CSSStyleSheet

type CSSStyleSheet struct {
	Rules CSSRuleList
}

func NewCSSStyleSheet

func NewCSSStyleSheet() *CSSStyleSheet

func (*CSSStyleSheet) InsertRule

func (self *CSSStyleSheet) InsertRule(rule *CSSRule)

func (*CSSStyleSheet) String

func (self *CSSStyleSheet) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL