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
Ok, I get it !
You have a css/main.css
files that is copied as a static file in _site/css/main.css
.
The problem is that it has the same name as the css/main.scss
target which is also _site/css/main.css
.
So at first build :
css/main.scss
is processed to main.css
css/main.css
.Solution : delete css/main.css