Skip to content
This repository was archived by the owner on Jun 30, 2018. It is now read-only.

Functions

George Treviranus edited this page Jan 27, 2018 · 3 revisions

Monolith has only a couple functions it needs to get the job done, and they are primarily helpers for navigating simple and complex SCSS maps.

status()

Takes a keyword as an argument, like warning, to capture that color's hex value within $status-palette in _config.scss.

@function status($color) {
  @return map-get($status-palette, $color);
}

Getting Started

Components

Helpers / Utilities

Clone this wiki locally