airbnb / airbnb/css

Pseudo selectors before or after element properties?

Open
#79 12 comments 0 reactions 0 assignees View on GitHub
question
Dominant language
No language data
Stars
7k
Forks
1.4k
PR merge metrics
No merged PRs in 30d

Description

this:
```
.column {
&:before {

}
border: 1px solid $special-text-color-blue;
}
```
or this:
```
.column {
border: 1px solid $special-text-color-blue;

&:before {

}
}
```

Contributor guide

No contributing guide indexed for this repository

Research direction

No file, test, or entry point is named. Start by reading the issue discussion and locating the repository guidance for selector and property ordering; done means the agreed convention is documented clearly for Sass examples.

Written by the indexing model from the issue text.

Assessment

Tech stack
css, sass
Domain
documentation
Issue type
Documentation
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.