]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
FIx error in example code in with-modular-sass.html
authorCorentin Hervaud <72013831+Curs3W4ll@users.noreply.github.com>
Sun, 1 Sep 2024 21:26:43 +0000 (23:26 +0200)
committerJeremy Thomas <bbxdesign@gmail.com>
Wed, 4 Sep 2024 15:54:14 +0000 (16:54 +0100)
docs/documentation/customize/with-modular-sass.html

index 7ce49745452277f9c2c5d6cb071305a77d7b823a..1a8ec9f249b3ca909e7720af87641235ed646d71 100644 (file)
@@ -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 %}