maxim / bootswatch-rails

Bootswatches converted to SCSS ready to use in Rails asset pipeline.
MIT License
489 stars 84 forks source link

remove icon-font-path variable #61

Closed ahmeij closed 10 years ago

ahmeij commented 10 years ago

Remove icon-font-path variable for rails compatibility, the font-path is set by bootstrap-rails already. I have tested the logic and it successfully removes the $icon-font-path variable from the files.

-- Please check if this works for rails 3.x before accepting

This solves issue #58 and issue #60

esbanarango commented 10 years ago

@ahmeij Awesome! Thank you! I'll test this tonight and merge it.

ahmeij commented 10 years ago

Oops, my readme changes for #58 crept into this open pull request, let me know if you object, if so i'll revert them.

esbanarango commented 10 years ago

@ahmeij Thank you. This works.