OpenSlides / OpenSlides/openslides-client
Cleanup stylesheets
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 35
- Forks
- 52
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 52
Description
We should do a cleanup on our stylesheets in src/assets/styles/.
It should be checked which of the styles are still in use and which can be removed.
Also things like the padding/margin/size classes in default-classes.scss should be removed as they do not provide any benefits while on the other hand producing a lot a unnecessary code.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inventorying the stylesheets under src/assets/styles/ and tracing which styles are still referenced. Pay particular attention to the padding, margin, and size classes in default-classes.scss. Done means unused styles and the specified classes are removed without removing styles still in use.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- scss
- Domain
- frontend
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100