Skip to content

Pseudo selectors before or after element properties? #79

Description

@SandmanPWNZ

this:

.column {
    &:before {
    
    }
    border: 1px solid $special-text-color-blue;
  }

or this:

.column {
    border: 1px solid $special-text-color-blue;

    &:before {

    }
  }

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