From 5f97f928de6cd14e8deb689d41323a1fc05c7180 Mon Sep 17 00:00:00 2001 From: Yordis Prieto Date: Thu, 24 Mar 2016 09:52:16 -0400 Subject: [PATCH] Updating assets documentation Just because developer are lazy and tools like this is for move forward faster, normally we don't read (it's a fact) and because of that I missed this super important sentence. At least this should help. --- site/_docs/assets.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/_docs/assets.md b/site/_docs/assets.md index db8847c1..8e850548 100644 --- a/site/_docs/assets.md +++ b/site/_docs/assets.md @@ -6,8 +6,8 @@ permalink: /docs/assets/ Jekyll provides built-in support for Sass and can work with CoffeeScript via a Ruby gem. In order to use them, you must first create a file with the -proper extension name (one of `.sass`, `.scss`, or `.coffee`) and start the -file with two lines of triple dashes, like this: +proper extension name (one of `.sass`, `.scss`, or `.coffee`) and ***start the +file with two lines of triple dashes***, like this: {% highlight sass %} ---