Skip to content

Add !default to sass config #1

@ghost

Description

I suggest adding !default to the config.

$bem-config: (
  "prefix": "-",
  "element": "__",
  "modifier": "--"
);

It would look like this:

$bem-config: (
  "prefix": "-",
  "element": "__",
  "modifier": "--"
) !default;

I'm using bootstrap and my configuration file is at the beginning of imports. "Bootstrap" has all its variables with "!default", so it is easy to overwrite them. Could "bembem" adopt the same criteria?

Excuse my english.

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