Created
December 18, 2016 00:15
-
-
Save solars/326953262dbd93da994e00f0f88277ae to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
--- | |
@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