diff --git a/docs/documentation/customize/with-modular-sass.html b/docs/documentation/customize/with-modular-sass.html index 7ce49745..1a8ec9f2 100644 --- a/docs/documentation/customize/with-modular-sass.html +++ b/docs/documentation/customize/with-modular-sass.html @@ -82,6 +82,6 @@ If you wanted to import a component **and** customize it, do the same when impor {% highlight sass %} @use "bulma/sass/elements/image" with ( - $dimensions: 20 40 80 160; + $dimensions: 20 40 80 160, ); {% endhighlight %}