Orange-OpenSource / Orange-OpenSource/Orange-Boosted-Bootstrap
Remove unchanging custom props in components in favor of Scss variables
Open
Nobody has claimed this yet.
🧰 library
- Dominant language
- CSS
- Stars
- 219
- Forks
- 61
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 12
Description
Some custom props declared in components are never reaffected, we should use directly the Scss variables in these cases.
Contributor guide
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 locating custom properties declared in the components and check whether each is ever reassigned. Replace only unchanged properties with the corresponding SCSS variables, and verify that the component styles remain equivalent.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- scss
- Domain
- frontend
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100