Browse Source

Add missing double-quote in doc (#498)

Dominique Bégin 8 năm trước cách đây
mục cha
commit
c5f9a4302e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      docs/documentation/overview/modular.html

+ 1 - 1
docs/documentation/overview/modular.html

@@ -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>