//TODO: Заготовка, на будущее //http://www.creative-seo.ru/blog/sass-maps/ @import "base/colors" @function component_colors($key) @if map-has-key($component_colors, $key) @return map-get($component_colors, $key) @warn "Unknown `#{$key}` in $component_colors." @return null