fix modular document code. (#409)

This commit is contained in:
devneko 2016-12-16 18:58:47 +09:00 committed by Jeremy Thomas
parent f7b2b6fc2f
commit ff2f8bc295

View File

@ -25,7 +25,7 @@ doc-subtab: modular
Simply <strong>import</strong> the utilities dependencies, and then the files you need directly: Simply <strong>import</strong> the utilities dependencies, and then the files you need directly:
</p> </p>
{% highlight sass %} {% highlight sass %}
@import "bulma/sass/utilities/_all @import "bulma/sass/utilities/_all"
@import "bulma/sass/grid/columns" @import "bulma/sass/grid/columns"
{% endhighlight %} {% endhighlight %}
<p> <p>