11 lines
192 B
SCSS
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);
|
|
}
|