Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CSSCache ¶
type CSSCache struct { Key string Registered map[string]*SerializedStyles // contains filtered or unexported fields }
func CSSCacheFromContext ¶
func (*CSSCache) SerializeStyles ¶
func (c *CSSCache) SerializeStyles(ctx context.Context, args ...interface{}) *SerializedStyles
type SerializedStyles ¶
func (*SerializedStyles) ToCSS ¶
func (s *SerializedStyles) ToCSS(key string) []byte
Click to show internal directories.
Click to hide internal directories.