dirkfabisch / mediator

a medium inspired jekyll theme

Home Page:blog.base68.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

main.sass seemed to be broken

kejoff opened this issue · comments

When I want to compile the main.sass file I got an error on Atom and on sassmeister.com with 2 differents errors

Sassmeister : Invalid CSS after "...padding-left: 0": expected "{", was ""
Atom : ```
{
"status": 1,
"file": "/Users/KEJ/GitHub/kejoff.github.io/css/main.sass",
"line": 1,
"column": 1,
"message": "Invalid CSS after "-": expected 1 selector or at-rule, was "--- {}"",
"formatted": "Error: Invalid CSS after "-": expected 1 selector or at-rule, was "--- {}"
on line 1 of Users/KEJ/GitHub/kejoff.github.io/css/main.sass>> --- {}"
}

Do you have any idea why ?

Thanks,