I hereby claim:
- I am benebun on github.
- I am benebun (https://keybase.io/benebun) on keybase.
- I have a public key whose fingerprint is 61E2 5E79 8E51 B91B 600D A8C7 F55E 647B F668 9BF9
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| // extended from http://erskinedesign.com/blog/friendlier-colour-names-sass-maps/ | |
| @function palette($palette, $tone: 'base') { | |
| $color: map-get(map-get($palettes, $palette), $tone); | |
| @if $color == null { | |
| @warn "Colour undefined: Palette '#{$palette}' doesn't yet define the tone '#{$tone}'!"; | |
| @return #{red}; | |
| } | |
| @return $color; | |
| } |
| <header>header</header> | |
| <nav>navigation</nav> | |
| <article>article</article> | |
| <div class="inner"> | |
| <section>section</section> | |
| <footer>footer</footer> | |
| </div> |