<p class="atom-example">This is some text for the atom example.</p>
<p class="atom-example">{{ text }}</p>
{
"text": "This is some text for the atom example."
}
/*
* Atom Example
*/
:root {
--atom-example__text-color: var(--color-plum);
}
.atom-example {
color: var(--atom-example__text-color);
}
There are no notes for this item.