minimal-mistakes: Conversion error: Jekyll::Converters::Scss encountered an error while converting '/assets/css/main.scss'
After the bump to Jekyll 3, I’m getting this build error: Conversion error: Jekyll::Converters::Scss encountered an error while converting '/assets/css/main.scss': Invalid CSS after "...r : #3b5998": expected "{", was ";" on line 44.
That seems to be the $facebook-color: line imported from variables.scss but I have no idea what’s tripping up the converter.
Any ideas? Again, thanks for the help!
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Comments: 28 (7 by maintainers)
Commits related to this issue
- Merge pull request #220 from PanosSakkos/patch-1 Update { Personal } theme — committed to cjmadsen/cjmadsen.github.io by gynter 9 years ago
FWIW I think I saw this issue caused by two lines each containing
---at the top of an.scssfile; I don’t remember why I’d added them (likely a hack to get something about Jekyll-plumbing/processing to work, maybe no longer necessary?), but removing them seemed to resolve this error.What Should i do i have same error Conversion error: Jekyll::Converters::Scss encountered an error while converting ‘assets/css/style.scss’:
Please help me in that…
I got this build error :
Conversion error: Jekyll::Converters::Scss encountered an error while converting 'assets/css/main.scss': Invalid GBK character "\xE2" on line 54here is main.scss file:if I remove ‘—’ then build with no error ,but can’t get main.css file
update: I found a way can solve it, but I don’t know why.
put this code
Encoding.default_external = Encoding.find('utf-8')intoD:\applications\Ruby25-x64\lib\ruby\gems\2.5.0\gems\sass-3.7.4\lib\sass\engine.rbfile like this:Had a free second and looked at you
_sasspartials. Wonder if line 42 invariables.scssis your problem.=======underneath// Linksis not valid and probably breaking the compiler. If this existed before updating to Jekyll 3 then perhaps you just got lucky that it didn’t fail… or silently failed. When in doubt diff against the files in my repo to see where the errors might have creeped in.I had the same problem, and solved it this way. Many thanks!
problem:
solved:
@asolene My Bugs Error Fixes and i know what should the mistake i do
.
After so many errors in it but at last i deployed my Website Successfully.