bs_theme_changed()
Open
Nobody has claimed this yet.
- Dominant language
- SCSS
- Stars
- 569
- Forks
- 72
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 5
Description
For querying what Bootstrap Sass variable defaults have changed. For example,
bs_theme_changed(bs_theme(base_font = "foo"))
#> $font-family-base: foo
- Not clear if this would also report defaults set by bootswatch, bs3compat, etc
- Not clear if/how this could be made more convenient for yaml
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 with the existing bs_theme() entry point and review how Bootstrap Sass variable defaults, bootswatch, and bs3compat themes are represented. Define what bs_theme_changed() should report for the example, then determine whether YAML themes need a separate convenient form; done means the behavior and supported theme sources are specified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- bootstrap, r, sass
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100