twitter bootstrap - Import Flat-Ui in Meteor app -
i'm trying include flat-ui theme bootstrap in meteor. have added mrt:bootstrap-3 , less packages. have copied folders fonts, img, js , less flat-ui project inside lib/flay-ui-2.2.2/ in project directory. have following compiling error:
while building application: lib/flat-ui-2.2.2/less/modules/button-groups.less:12:35: less compiler error: variable @brand-primary undefined lib/flat-ui-2.2.2/less/modules/buttons.less:10:14: less compiler error: variable @btn-font-size-base undefined ... it looks not compiling in right order, how can solve issue? have tried rename flat-ui.less flat-ui.import.less without success.
update 1 following indication of @user3435693 able compile. still have troubles. i'm not able use checkbox , switches. example, see switches this

instead of this

plus i'm not able see glyphicons. suggestion?
i think doesn't suffice if rename flat-ui.less flat-ui.import.less.
if prefer use files flat ui repo instead of package, proceed follows:
- rename every file within
<flat_ui_directory>in client code include.importkeyword. - rename every import made in
flat-ui.import.lessinclude.importkeyword - import
flat-ui.import.lessown less file, e.g.style.less
hope works.
Comments
Post a Comment