Add "unreleased" note to docs/assets/
This commit is contained in:
parent
d203554e84
commit
5423f02c3c
|
@ -6,6 +6,13 @@ next_section: migrations
|
||||||
permalink: /docs/assets/
|
permalink: /docs/assets/
|
||||||
---
|
---
|
||||||
|
|
||||||
|
<div class="note unreleased">
|
||||||
|
<h5>Sass and CoffeeScript support is currently unreleased.</h5>
|
||||||
|
<p>
|
||||||
|
In order to use this feature, you must install v2.0.0.alpha.1 or above.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
Jekyll provides built-in support for Sass and CoffeeScript. In order to use
|
Jekyll provides built-in support for Sass and CoffeeScript. In order to use
|
||||||
them, create a file with the proper extension name (one of `.sass`, `.scss`,
|
them, 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:
|
or `.coffee`) and start the file with two lines of triple dashes, like this:
|
||||||
|
|
Loading…
Reference in New Issue