@v4fire/client
Version:
V4Fire client core library
20 lines (16 loc) • 381 B
text/stylus
/*!
* V4Fire Client Core
* https://github.com/V4Fire/Client
*
* Released under the MIT license
* https://github.com/V4Fire/Client/blob/master/LICENSE
*/
@import "super/i-block/i-block.styl"
@import "traits/i-progress/i-progress.styl"
$p = {
progressHelpers: false
}
i-data extends i-block
// @stlint-disable
i-progress({helpers: $p.progressHelpers})
// @stlint-enable