Any parameters external to SCSS must be set inside the main entry SCSS file. To specify the main entry SASS file, use sass property inside config.yml file. For example, if the main SCSS file is main.scss, and it has external parameters, it should be postfixes with .njk, that is main.scss.njk. main.scss.njk:

1197