Skip to content

You can simplify the input #2

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);
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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