audreyfeldroy / audreyfeldroy/complexity
Implement SCSS compilation
Open
enhancement
- Dominant language
- Python
- Stars
- 118
- Forks
- 31
- PR merge metrics
- No merged PRs in 30d
Description
By default, write a function in `complexity.generate` that uses `pyScss`.
(This is just for now. Later we can add the option to use the `sass` Ruby gem, but that's not part of this issue.)
Contributor guide
Research direction
Read the `complexity.generate` entry point first, then check the pyScss API and how generated styles are currently handled. Implement the default SCSS compilation there, leaving the future Ruby sass option out of scope. Done means the generator compiles SCSS using pyScss by default.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 50/100