rstudio / rstudio/bslib

bs_theme_changed()

Open
#303 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.