From 0ff03dba6cb3902ab5e76494e3b4a08c6a592927 Mon Sep 17 00:00:00 2001 From: Haris Bjelic Date: Wed, 3 Apr 2019 13:06:32 +0200 Subject: [PATCH] Update 07-assets.md (#7599) Merge pull request 7599 --- docs/_docs/step-by-step/07-assets.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/_docs/step-by-step/07-assets.md b/docs/_docs/step-by-step/07-assets.md index a218cf94..aa4903ce 100644 --- a/docs/_docs/step-by-step/07-assets.md +++ b/docs/_docs/step-by-step/07-assets.md @@ -36,8 +36,7 @@ You could use a standard CSS file for styling, we're going to take it a step further by using [Sass](https://sass-lang.com/). Sass is a fantastic extension to CSS baked right into Jekyll. -First create a Sass file at `/assets/css/styles.scss` with the following -content: +First create a Sass file at `/assets/css/styles.scss` with the following content: {% raw %} ```css @@ -54,7 +53,7 @@ directory (`_sass/` by default). At this stage you'll just have a main css file. For larger projects, this is a great way to keep your CSS organized. -Create `_sass/main.scss` with the following content: +Create a Sass file at `/_sass/main.scss` with the following content: ```sass .current {