Pseudo selectors before or after element properties?
Open
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