You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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,
The text was updated successfully, but these errors were encountered:
When I want to compile the main.sass file I got an error on Atom and on sassmeister.com with 2 differents errors
Do you have any idea why ?
Thanks,
The text was updated successfully, but these errors were encountered: