Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation for Bower/Compass use ist lacking #2

Open
leotulipan opened this issue Dec 3, 2013 · 0 comments
Open

Documentation for Bower/Compass use ist lacking #2

leotulipan opened this issue Dec 3, 2013 · 0 comments

Comments

@leotulipan
Copy link

after running bower as per README, the user is left in the dark on how to integrate this into a foundation project.

I did add the following in config.rb

# foundation-icon-fonts3 https://github.com/zurb/foundation-icon-fonts
# run "bower install zurb/foundation-icon-fonts" to download
# add the path here so @import "foundation-icons"; in your _settings.scss works
add_import_path "bower_components/foundation-icon-fonts"

And in my _settings.scss

// Foundation Icon Fonts
// Path will be relative to "stylesheets/" so do ../ 
$fi-path: "../bower_components/foundation-icon-fonts/";
@import "foundation-icons";

I also integrated the pull request from https://github.com/rasmusjp/foundation-icon-fonts/commit/7e75d29fe8ddb27ec6582acdb1aa350af4f78189

Now the only thing missing is how to actually move the font files into a stylesheets/ or fonts/ sub-directory (so they are not fetched from bower_components anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant