Skip to content

Commit

Permalink
FIx error in example code in with-modular-sass.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Curs3W4ll authored and jgthms committed Sep 4, 2024
1 parent 5c09f18 commit 9a1b620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/documentation/customize/with-modular-sass.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@

{% highlight sass %}
@use "bulma/sass/elements/image" with (
$dimensions: 20 40 80 160;
$dimensions: 20 40 80 160,
);
{% endhighlight %}

0 comments on commit 9a1b620

Please sign in to comment.