Skip to content

Instantly share code, notes, and snippets.

View emyarod's full-sized avatar
:octocat:
┐( ̄~ ̄)┌

andrew emyarod

:octocat:
┐( ̄~ ̄)┌
View GitHub Profile
{
"name": "regex-weburl",
"version": "0.1.0",
"author": "Diego Perini"
}
@emyarod
emyarod / color-map.scss
Created April 8, 2016 09:35
Google Material Design colors in a Sass map
// $primary: get-color('cyan', '500');
@function get-color($color-hue, $color-shade: '500') {
$color: map-get(map-get($colors, $color-hue), $color-shade);
@if $color {
@return $color;
} @else { @error '=> ERROR'; }
}
$colors: (