FIx error in example code in with-modular-sass.html

This commit is contained in:
Corentin Hervaud 2024-09-01 23:26:43 +02:00 committed by Jeremy Thomas
parent 5c09f18f5f
commit 9a1b620195

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