Skip to content
This repository was archived by the owner on May 4, 2020. It is now read-only.
This repository was archived by the owner on May 4, 2020. It is now read-only.

Add extendable maps #19

@lusimeon

Description

@lusimeon

Inspired by bootstrap maps. Add the possibility to extend default maps to prevent rewriting the all map values.

See the example below:

_colors.scss

$colors: () !default;
$colors: map-merge(
  (
    "white": #fff,
    "black": #000
  ),
  $colors
);

_config.scss

$colors: (
    "custom-color": #900
);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions