UNPKG

framework7

Version:

Full featured mobile HTML framework for building iOS & Android apps

11 lines (10 loc) 185 B
/* === Form === */ .if-ios-theme({ @import url('./form-ios.less'); }); .if-md-theme({ @import url('./form-md.less'); }); .if-aurora-theme({ @import url('./form-aurora.less'); });