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

Mixin for: adding property to element but zeroing that property on last child. #10

Description

@wjdp

This is often done (for example, to add space between inline-block or floated elements but to prevent the last from having orphaned space)

element
  margin-right: 3px
  &:last-child
    margin-right: 0

Looking to replace that with something like:

element
  @include all-but-last-child(margin-right, 3px)

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

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions