Files
jekyll/docs/_docs/configuration/sass.md
Sesh Sadasivam 9ed85a028a Add documentation for Sass configuration options (#8587)
Merge pull request 8587
2021-05-14 16:39:12 -04:00

783 B

title, permalink
title permalink
Sass/SCSS Options /docs/configuration/sass/

Jekyll comes bundled with jekyll-sass-converter plugin. By default, Jekyll will look for Sass partials in the _sass directory relative to your site's source directory.

You can further configure the plugin by adding options to your Jekyll config under the sass attribute. See the plugin's documentation for details and for its default values.

Note that directory paths specified in the sass configuration are resolved relative to your site's source, not relative to the location of the _config.yml file.