From c5f9a4302ef40e94593df3fd2e17f0e363f65685 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Dominique=20B=C3=A9gin?=
Date: Mon, 30 Jan 2017 12:42:10 -0500
Subject: [PATCH] Add missing double-quote in doc (#498)
---
docs/documentation/overview/modular.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/documentation/overview/modular.html b/docs/documentation/overview/modular.html
index 94e9f5a1..7669bf69 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 %}