4 #components Components

These are our components (class name selectors)

4.1 #components.buttons Button

This is some descriptive text about our button

Examples
Default styling
.c-button--green
Green variant
.c-button--blue
Blue variant
:hover
Highlight the button when hovered.
:disabled
Make the button change appearance to reflect it being disabled.
:active
"Press" the button down when clicked.
<button class="c-button [modifier class]">Button</button>