瀏覽代碼

Add missing double-quote in doc (#498)

Dominique Bégin 8 年之前
父節點
當前提交
c5f9a4302e
共有 1 個文件被更改,包括 1 次插入1 次删除
  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?
         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>