Skip to content

Seed Alert - v0.1.2

Latest

Choose a tag to compare

@ItsJonQ ItsJonQ released this 24 Aug 21:59
· 35 commits to master since this release

Changes

Create a default class of .c-alert__text for font color adjustment. This provides better flexibility and control on typography selectors.

It works like this:

<div class="c-alert">
  <h1 class="c-alert__text">Hiii</h1>
</div>

Addresses #3