style.scss not compiling
Closed this issue · 1 comments
CristianCantoro commented
Hi,
I have tried deploying this website on github pages (in a subdirectory). One error that I am getting is that the file assets/css/style.css
file is missing.
From Jekyll's documentation it says that .scss
must start the file with two lines of triple dashes.
I have changed that, pushed the file and it works.
CristianCantoro commented
My bad, I was looking at the wrong file. assets/css/style.css
already has those.