From: Dominique Bégin
Date: Mon, 30 Jan 2017 17:42:10 +0000 (-0500)
Subject: Add missing double-quote in doc (#498)
X-Git-Tag: 0.3.2~4
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5f9a4302ef40e94593df3fd2e17f0e363f65685;p=thirdparty%2Fbulma.git
Add missing double-quote in doc (#498)
---
diff --git a/docs/documentation/overview/modular.html b/docs/documentation/overview/modular.html
index 94e9f5a16..7669bf69d 100644
--- a/docs/documentation/overview/modular.html
+++ b/docs/documentation/overview/modular.html
@@ -47,7 +47,7 @@ doc-subtab: modular
What if you only want the button styles instead?
{% highlight sass %}
-@import "bulma/sass/utilities/_all
+@import "bulma/sass/utilities/_all"
@import "bulma/sass/elements/button.sass"
{% endhighlight %}