Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CSSRule ¶
type CSSRule struct { Selector string Statements []*CSSStatement Duplicates []*CSSRule Parent *CSSRule }
CSSRule ...
func (*CSSRule) SelectorPath ¶
SelectorPath returns the selector string for the rule (recursive, returns absolute path).
func (*CSSRule) StatementsHash ¶
StatementsHash returns a hash of all the statements which is used to find duplicate CSS rules.
type MediaGroup ¶
MediaGroup ...
type MediaQuery ¶
MediaQuery ...
type Renderable ¶
Renderable represents anything that can be rendered into final output.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.