From: devneko Date: Fri, 16 Dec 2016 09:58:47 +0000 (+0900) Subject: fix modular document code. (#409) X-Git-Tag: 0.3.0~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff2f8bc29544c779c9c91b0c83adf05be94928a6;p=thirdparty%2Fbulma.git fix modular document code. (#409) --- diff --git a/docs/documentation/overview/modular.html b/docs/documentation/overview/modular.html index 8bd676b26..835b15418 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 %}