diff --git a/docs/_docs/assets.md b/docs/_docs/assets.md index 20904148..2cba9c95 100644 --- a/docs/_docs/assets.md +++ b/docs/_docs/assets.md @@ -79,6 +79,8 @@ sass: These are passed to Sass, so any output style options Sass supports are valid here, too. +For more information on Sass configuration options, see the [Sass configuration]({{ '/docs/configuration/sass/' | relative_url }}) docs. + ## Coffeescript To enable Coffeescript in Jekyll 3.0 and up you must diff --git a/docs/_docs/configuration.md b/docs/_docs/configuration.md index b542bd97..6cf66850 100644 --- a/docs/_docs/configuration.md +++ b/docs/_docs/configuration.md @@ -14,5 +14,6 @@ executable in the terminal. * [Environments]({{ '/docs/configuration/environments/' | relative_url }}) * [Markdown Options]({{ '/docs/configuration/markdown/' | relative_url }}) * [Liquid Options]({{ '/docs/configuration/liquid/' | relative_url }}) +* [Sass/SCSS Options]({{ '/docs/configuration/sass/' | relative_url }}) * [Webrick Options]({{ '/docs/configuration/webrick/' | relative_url }}) * [Incremental Regeneration]({{ '/docs/configuration/incremental-regeneration/' | relative_url }}) diff --git a/docs/_docs/configuration/default.md b/docs/_docs/configuration/default.md index 5d839f0d..e96c5071 100644 --- a/docs/_docs/configuration/default.md +++ b/docs/_docs/configuration/default.md @@ -10,7 +10,7 @@ file or on the command-line.
- Make directory path values in configuration keys like `plugins_dir` relative to the current working directory, not the site source.
+ In general, make directory path values in configuration keys like plugins_dir
relative to the current working directory, not the site source. The sass
configuration key is an exception, where values must be relative to the site source.
+ 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.
+