From: Corentin Hervaud <72013831+Curs3W4ll@users.noreply.github.com> Date: Sun, 1 Sep 2024 21:26:43 +0000 (+0200) Subject: FIx error in example code in with-modular-sass.html X-Git-Tag: 1.0.3~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a1b6201955d0411d6547d42000753cd6772e71e;p=thirdparty%2Fbulma.git FIx error in example code in with-modular-sass.html --- 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 %}