@v4fire/client
Version:
V4Fire client core library
20 lines (16 loc) • 372 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-input/i-input.styl"
@import "traits/i-width/i-width.styl"
$p = {
widthHelpers: false
}
i-input-text extends i-input
// @stlint-disable
i-width({helpers: $p.widthHelpers})
// @stlint-enable