I am having an issue when compiling with Codekit in a Jekyll project.
codekit is having issues with the dashes on the top of the SCSS project.
---
# Only the main Sass file needs front matter (the dashes are enough)
---
@import
"setup",
"base",
"layout"
;
The error from code kit is
Libsass: Error: Invalid CSS after "-": expected 1 selector or at-rule, was "---" on line 1:1 of Users/XXXX/XXXX/XXX/css/main.scss
Im pretty new to Jekyll and code kit so any help would be greatly appreciated!