diff --git a/site/_docs/assets.md b/site/_docs/assets.md index b9331b4c..45a78db4 100644 --- a/site/_docs/assets.md +++ b/site/_docs/assets.md @@ -29,6 +29,11 @@ will process it and put it in your site's destination folder under Jekyll allows you to customize your Sass conversion in certain ways. +Place all your partials in your `sass_dir`, which defaults to +`/_sass`. Place your main SCSS or Sass files in the place you want +them to be in the output file, such as `/css`. For an example, take +a look at [this example site using Sass support in Jekyll][example-sass]. + If you are using Sass `@import` statements, you'll need to ensure that your `sass_dir` is set to the base directory that contains your Sass files. You can do that thusly: @@ -41,6 +46,8 @@ sass: The Sass converter will default the `sass_dir` configuration option to `_sass`. +[example-sass]: https://github.com/jekyll/jekyll-sass-converter/tree/master/example +
The sass_dir is only used by Sass