From 85bddfda216ad5556558cb8af67b541f498f1da7 Mon Sep 17 00:00:00 2001 From: Anuj Bhatnagar Date: Sat, 4 May 2019 20:30:43 +0530 Subject: [PATCH] Update 07-assets.md (#7644) Merge pull request 7644 --- docs/_docs/step-by-step/07-assets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/step-by-step/07-assets.md b/docs/_docs/step-by-step/07-assets.md index aa4903ce..894dd969 100644 --- a/docs/_docs/step-by-step/07-assets.md +++ b/docs/_docs/step-by-step/07-assets.md @@ -48,7 +48,7 @@ First create a Sass file at `/assets/css/styles.scss` with the following content The empty front matter at the top tells Jekyll it needs to process the file. The `@import "main"` tells Sass to look for a file called `main.scss` in the sass -directory (`_sass/` by default). +directory (`_sass/` by default which is directly under root folder of your website). At this stage you'll just have a main css file. For larger projects, this is a great way to keep your CSS organized.