mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
FIx error in example code in with-modular-sass.html
This commit is contained in:
parent
5c09f18f5f
commit
9a1b620195
@ -82,6 +82,6 @@ If you wanted to import a component **and** customize it, do the same when impor
|
|||||||
|
|
||||||
{% highlight sass %}
|
{% highlight sass %}
|
||||||
@use "bulma/sass/elements/image" with (
|
@use "bulma/sass/elements/image" with (
|
||||||
$dimensions: 20 40 80 160;
|
$dimensions: 20 40 80 160,
|
||||||
);
|
);
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
Loading…
Reference in New Issue
Block a user