Add missing double-quote in doc (#498)
This commit is contained in:
parent
bea47b70cb
commit
c5f9a4302e
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ doc-subtab: modular
|
|||
What if you only want the <strong>button</strong> styles instead?
|
||||
</p>
|
||||
{% highlight sass %}
|
||||
@import "bulma/sass/utilities/_all
|
||||
@import "bulma/sass/utilities/_all"
|
||||
@import "bulma/sass/elements/button.sass"
|
||||
{% endhighlight %}
|
||||
<p>
|
||||
|
|
Loading…
Add table
Reference in a new issue