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.
This commit is contained in:
Yordis Prieto 2016-03-24 09:52:16 -04:00
parent c6564d352b
commit 5f97f928de
1 changed files with 2 additions and 2 deletions

View File

@ -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 %}
---