Fix customization simplified example

This commit is contained in:
Lucas Larroche 2021-07-04 08:56:33 +07:00
parent ea52ff6be6
commit 4ca888a05e

View File

@ -194,7 +194,7 @@
<pre><code><em>// Simplified example</em>
<b>:root</b> {
<i>--primary</i>: <u class="c500">...</u>;
<i>--primary</i>: <u class="c600">...</u>;
}
</code></pre>