From ff2f8bc29544c779c9c91b0c83adf05be94928a6 Mon Sep 17 00:00:00 2001
From: devneko
Date: Fri, 16 Dec 2016 18:58:47 +0900
Subject: [PATCH] fix modular document code. (#409)
---
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 8bd676b2..835b1541 100644
--- a/docs/documentation/overview/modular.html
+++ b/docs/documentation/overview/modular.html
@@ -25,7 +25,7 @@ doc-subtab: modular
Simply import the utilities dependencies, and then the files you need directly:
{% highlight sass %}
-@import "bulma/sass/utilities/_all
+@import "bulma/sass/utilities/_all"
@import "bulma/sass/grid/columns"
{% endhighlight %}