Преглед изворни кода

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>