From 9a1b6201955d0411d6547d42000753cd6772e71e Mon Sep 17 00:00:00 2001 From: Corentin Hervaud <72013831+Curs3W4ll@users.noreply.github.com> Date: Sun, 1 Sep 2024 23:26:43 +0200 Subject: [PATCH] FIx error in example code in with-modular-sass.html --- docs/documentation/customize/with-modular-sass.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/documentation/customize/with-modular-sass.html b/docs/documentation/customize/with-modular-sass.html index 7ce497454..1a8ec9f24 100644 --- a/docs/documentation/customize/with-modular-sass.html +++ b/docs/documentation/customize/with-modular-sass.html @@ -82,6 +82,6 @@ {% highlight sass %} @use "bulma/sass/elements/image" with ( - $dimensions: 20 40 80 160; + $dimensions: 20 40 80 160, ); {% endhighlight %}