I\'m trying to create a website using Jekyll, and everything worked fine. Until I wanted to custom the design.
I\'ve updated my css/main.scss in order to in
css/main.scss
First add to your config.yml
sass: sass_dir: _sass
Then add to top in your main.scss file, two dashed lines https://jekyllrb.com/docs/assets/
--- --- @charset "utf-8";
After that write in your cmd console
jekyll serve
and check your compilation.