Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StyleSheet ¶
func NewStyleSheet ¶
func NewStyleSheet() *StyleSheet
NewStyleSheet returns a new stylesheet. It includes the media queries and themes.
func (*StyleSheet) Buttons ¶
func (ss *StyleSheet) Buttons() Styles
Buttons returns the styles for buttons for the base stylesheet.
func (*StyleSheet) CSS ¶
func (ss *StyleSheet) CSS(w io.Writer) error
CSS Writes the CSS for the stylesheet to the writer.
func (*StyleSheet) Layout ¶
func (ss *StyleSheet) Layout() Styles
Layout returns the styles for the layout for the base stylesheet.
func (*StyleSheet) Resets ¶
func (ss *StyleSheet) Resets() Styles
Resets returns the styles for resets for the base stylesheet.
Click to show internal directories.
Click to hide internal directories.