Browse Source

Add missing double-quote in doc (#498)

Dominique Bégin 8 years ago
parent
commit
c5f9a4302e
1 changed files with 1 additions and 1 deletions
  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>