cgmartin / sailsjs-angularjs-bootstrap-example

A suite of examples written for Sails.js, AngularJS, and Twitter Bootstrap
320 stars 105 forks source link

Bootstrap's Icons with sails js #13

Closed MelgoV closed 9 years ago

MelgoV commented 10 years ago

I have been trying, looks imposible use a bootstrap's icons with sails js, have you tried?

cgmartin commented 10 years ago

In this example app Font Awesome icons are being used instead. Bootstrap's gylphicons have been commented out: https://github.com/cgmartin/sailsjs-angularjs-bootstrap-example/blob/master/assets/linker/styles/bootstrap.less#L20

Try uncommenting that line, rebuild styles and see if that allows you to use bootstrap's icons.