dss library

The main library of this package.

Functions

dss(String markup, { String prefix }) → String
Inserts a CSS rule with the given declarations markup and returns a generated unique name to use as className. [...]
fontFace(String markup) → void
Inserts a @font-face rule. [...]
global(String selector, String markup) → void
Inserts a CSS rule with the given selector and declarations markup. [...]
importCss(String url, [ String mediaQuery = '' ]) → void
CSS's @import. [...]
keyframes(String markup, { String prefix }) → String
Inserts a @keyframes rule and returns a unique name for the animation. [...]