fix modular document code. (#409)
This commit is contained in:
parent
f7b2b6fc2f
commit
ff2f8bc295
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ doc-subtab: modular
|
|||
Simply <strong>import</strong> the utilities dependencies, and then the files you need directly:
|
||||
</p>
|
||||
{% highlight sass %}
|
||||
@import "bulma/sass/utilities/_all
|
||||
@import "bulma/sass/utilities/_all"
|
||||
@import "bulma/sass/grid/columns"
|
||||
{% endhighlight %}
|
||||
<p>
|
||||
|
|
Loading…
Add table
Reference in a new issue