Skip to content

Instantly share code, notes, and snippets.

@solars
Created December 18, 2016 00:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save solars/326953262dbd93da994e00f0f88277ae to your computer and use it in GitHub Desktop.
Save solars/326953262dbd93da994e00f0f88277ae to your computer and use it in GitHub Desktop.
---
---
@charset "UTF-8";
@import "variables";
@import "bootstrap/bootstrap";
Conversion error: Jekyll::Converters::Scss encountered an error while converting 'css/main.scss':
Invalid US-ASCII character "\xE2" on line 104
This works:
@charset "UTF-8";
---
---
@import "variables";
@import "bootstrap/bootstrap";
but the scss file is not converted to css
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment