Transform(rotate) utility classes
Open
- Dominant language
- Sass
- Stars
- 164
- Forks
- 26
- PR merge metrics
- No merged PRs in 30d
Description
Add in some type of system for quickly rotating elements.
Examples:
```
.rotate-180 {
transform: rotate(180deg);
}
```
```
.rotate--90 {
transform: rotate(-90deg);
}
```
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue does not name a file, test, or entry point. Start by locating the existing utility-class definitions and their conventions, then add rotation utilities matching the examples; done means positive and negative degree rotations are available through classes such as .rotate-180 and .rotate--90.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- sass
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100