FIx error in example code in with-modular-sass.html
This commit is contained in:
parent
5c09f18f5f
commit
9a1b620195
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Reference in a new issue