component theme updates

This commit is contained in:
Adam Bradley
2015-12-04 14:56:54 -06:00
parent 90ad475836
commit 5b0c174939
8 changed files with 79 additions and 59 deletions

View File

@ -28,17 +28,6 @@
}
@function color($color-name) {
@return map-get($colors, $color-name);
}
@function auxiliary-colors() {
// get a map of all the colors, except "primary"
@return map-remove($colors, primary);
}
// String Replace Function
// --------------------------------------------------