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 %}