From 8a706f57a63cdacaa6e4b88953902802863603a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90=C4=83ng=20T=C3=BA?= <43217335+dtvn@users.noreply.github.com> Date: Fri, 11 Oct 2019 04:46:21 +0700 Subject: [PATCH] Correct guide (#379) Line 224: filename --- source/guide.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/guide.html.haml b/source/guide.html.haml index 5084cca..da19016 100644 --- a/source/guide.html.haml +++ b/source/guide.html.haml @@ -221,7 +221,7 @@ introduction: > } :markdown - Notice we're using `@use 'reset';` in the `base.scss` file. When you use a + Notice we're using `@use 'base';` in the `styles.scss` file. When you use a file you don't need to include the file extension. Sass is smart and will figure it out for you.