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
I've run into similar issues when trying to use Jekyll to pass YAML content into partials. It looks like this workflow is not possible.
The work around was to place all variables on the main SCSS file and get Jekyll to populate the values from YAML, then using partials for the actual styles.
Here's a simple repo with some of my solutions: https://github.com/guschiavon/jekyllfy-sass