From 5a92cdf16cfc61c39a4c5d43c1c7aa9f4b68ae21 Mon Sep 17 00:00:00 2001 From: David Manning Date: Fri, 10 Jan 2014 15:47:07 -0800 Subject: [PATCH] changed markdown syntax specification sass -> scss --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1fafa06..67c76e1 100644 --- a/README.md +++ b/README.md @@ -32,14 +32,14 @@ If you want to use imports or partials templates, you'll need to pass the ```inc scss/includes/_settings.scss: -```sass +```scss $blue: #3bbfce; $margin: 16px; ``` scss/style.scss: -```sass +```scss @import "settings"; .content-navigation {