浏览代码

fix modular document code. (#409)

devneko 8 年之前
父节点
当前提交
ff2f8bc295
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/documentation/overview/modular.html

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

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