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

Font path issue fixed for sass boostrap package #183

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

haroonabbasi
Copy link

  • In boostrap default/less distribution package, fonts are stored on path './font/' but in sass package path is './font/bootstrap/'

so to fix that issue the generateCssFrameworkBootstrap.js file is updated to generate different path for fonts file in case of sass processor.

or you can follow the other solution 2

update line no 83 in "megaboilerplate\generators\css-framework\modules\bootstrap\sass\bootstrap\_variables.scss"

$icon-font-path: if($bootstrap-sass-asset-helper, "bootstrap/", "../fonts/bootstrap/") !default;

with

$icon-font-path: if($bootstrap-sass-asset-helper, "bootstrap/", "../fonts/") !default;

- In boostrap default distribution/less distribution package, fonts are stored on path './font/' but in sass package path is './font/bootstrap/'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants