<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."
}
  • Content:
    /*
     * Atom Example
     */
    
    :root {
        --atom-example__text-color: var(--color-plum);
    }
    
    .atom-example {
        color: var(--atom-example__text-color);
            
    }
    
  • URL: /components/raw/atom-example/atom-example.css
  • Filesystem Path: src/00-examples/atom-example/atom-example.css
  • Size: 157 Bytes

There are no notes for this item.