Skip to content

You can simplify the input #2

@ha404

Description

@ha404

In your documentation you have the following example input:

.element {
  @include rem('padding',10px 0 2px 5px);
}

You can omit the ' marks surrounding each property:

.element {
  @include rem(padding,10px 0 2px 5px);
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions