Merge pull request #4706 from yordis/patch-1

Merge pull request 4706
This commit is contained in:
jekyllbot 2016-03-24 12:40:15 -07:00
commit c7d4386b63
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 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 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 proper extension name (one of `.sass`, `.scss`, or `.coffee`) and ***start the
file with two lines of triple dashes, like this: file with two lines of triple dashes***, like this:
{% highlight sass %} {% highlight sass %}
--- ---