Files
s-lnk aabe5fe2b7 v1
2026-04-30 21:58:39 +03:00

11 lines
192 B
SCSS

//
// Functions
// overrides or extension after the Bootstrap's defaults
//
// Retrieve color Sass maps
@function section-color($key: "primary") {
@return map-get($section-colors, $key);
}