Skip to content
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.

SCSS include for font-awesome missing #4

Closed
sr-rolando opened this issue Feb 1, 2019 · 2 comments
Closed

SCSS include for font-awesome missing #4

sr-rolando opened this issue Feb 1, 2019 · 2 comments

Comments

@sr-rolando
Copy link

It looks like some SCSS include is missing.
In assets/css/main.scss, we see the following:

@import "bootstrap",
        "bootflat",
        "syntax-highlighting",
        "font-awesome",
        "overrides";

However, the _sass/ directory does include a _font-awesome.scss file.
(As a side effect, this might just be the reason, why a local _sass/_overrides.scss file is being ignored by jekyll b or jekyll s.)

Or am I just missing some magic here?

@haslinger
Copy link
Contributor

Just a little bit, but not too magic :-) . We have switched to the font-awesome-sass gem, which is included in the gemspec.
I double checked, if _overrides.scss is ignored. I typically throw in a
.episode_date { font-size: 200%; } for that and it blows up the date nicely.

@sr-rolando
Copy link
Author

Thanks. The error was indeed some local typo.

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

No branches or pull requests

2 participants