@v4fire/client
Version:
V4Fire client core library
29 lines (24 loc) • 664 B
text/stylus
/*!
* V4Fire Client Core
* https://github.com/V4Fire/Client
*
* Released under the MIT license
* https://github.com/V4Fire/Client/blob/master/LICENSE
*/
"global/g-def/funcs.styl"
"global/g-def/const.styl"
"global/g-def/animations.styl"
"global/g-def/reset.styl"
/** @deprecated */
"global/g-def/consts.styl"
//#if runtime has theme
//#unless runtime has includeThemes
:root
interpolate-props(getDSVariables(defaultTheme()), false)
//#endunless
//#endif
//#if runtime has includeThemes
for name in availableThemes()
html[{themeAttribute()}={"%s" % name}]
interpolate-props(getDSVariables(name), false)
//#endif