I selected this theme among hundreds for two big reasons: semantic styling and good design to start from out-of-the-box (this second point is really valuable in Drupal). But I couldn't solve this issue by myself, and I'm stuck. On the first compilation run on Prepros (Windows) the resulting css lost all the FontAwesome icons. I can see /f002 codes instead. I haven't been able to spot the typo or bug causing this issue.

Comments

Danny Englander’s picture

Assigned: Unassigned » Danny Englander
Issue tags: -fontawesome prepros icons scss sass

Hi Thanks for reporting this. I think it may be related to this issue: https://github.com/sass/sass/issues/1395. I don't use Prepros so I am not sure about that environment.

The way I laid this out, it's meant to be used with node.js, grunt and LibSass. You could try putting quotes around anything with font awesome and see if that fixes it. For example in the vars file

Current:
$fasearch: \f002;

try:
$fasearch: "\f002";

lsumoy’s picture

The hack worked, thank you!

Danny Englander’s picture

Status: Active » Needs work

Great, I think I'll just update the code to have the quotes, it can't hurt.

Danny Englander’s picture

Status: Needs work » Fixed

This is all set and now in dev. I'll have a new release out soon.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.