Skip to content

self: in selector #368

@designerno1

Description

@designerno1

TestCase

.test {
    &:last-child:not(+ &:first-child) {
      padding-left: 10px;
    }
}

output sass compiler

.test:last-child:not( + :first-child) {
  padding-left: 10px;
}

output scssphp

.test self:last-child:not(+ &:first-child) {
  padding-left: 10px;
}

it's also inside a mixing the same

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions