Add missing double-quote in doc (#498)

This commit is contained in:
Dominique Bégin 2017-01-30 12:42:10 -05:00 committed by Jeremy Thomas
parent bea47b70cb
commit c5f9a4302e

View File

@ -47,7 +47,7 @@ doc-subtab: modular
What if you only want the <strong>button</strong> styles instead? What if you only want the <strong>button</strong> styles instead?
</p> </p>
{% highlight sass %} {% highlight sass %}
@import "bulma/sass/utilities/_all @import "bulma/sass/utilities/_all"
@import "bulma/sass/elements/button.sass" @import "bulma/sass/elements/button.sass"
{% endhighlight %} {% endhighlight %}
<p> <p>