Commit a21a9f34 authored by Mark Otto's avatar Mark Otto
Browse files

add map function for grays

parent 6fbceb2f
Showing with 4 additions and 0 deletions
+4 -0
......@@ -72,6 +72,10 @@
@return map-get($theme-colors, $key);
}
@function grayscale($key: "100") {
@return map-get($grays, $key);
}
// Request a theme color level
@function theme-color-level($color-name: "primary", $level: 0) {
$color: theme-color($color-name);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment