Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attach component-specific Sass/Css at the component level; allow for more customization via CSS variables #664

Merged
merged 20 commits into from
Jul 11, 2023
Merged
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
ce2291e
Attach component-specific Sass/Css at the component level; allow for …
cpsievert Jul 10, 2023
d8a5bbb
Resave distributed files (GitHub Action)
cpsievert Jul 10, 2023
bdbbce0
Approve snapshot change
cpsievert Jul 10, 2023
30eea52
Fix bootstrap-heading() mixin; don't embed sourcemaps in pre-compiled…
cpsievert Jul 10, 2023
ce6cad0
Reduce amount of changes (for PyShiny)
cpsievert Jul 10, 2023
1163bd0
`devtools::document()` (GitHub Actions)
cpsievert Jul 10, 2023
06d56de
Resave distributed files (GitHub Action)
cpsievert Jul 10, 2023
274d9d4
Fix unit test; don't apply vendor prefixes
cpsievert Jul 10, 2023
28f3a44
Resave distributed files (GitHub Action)
cpsievert Jul 10, 2023
64d4ea6
Use precompiled CSS when theme=bs_theme()
cpsievert Jul 10, 2023
092c8e2
Fix pre-compile components script
cpsievert Jul 10, 2023
264f22a
Pull page_navbar() specific CSS out of sidebar and into it's own depe…
cpsievert Jul 10, 2023
062c492
`devtools::document()` (GitHub Actions)
cpsievert Jul 10, 2023
9097581
Further reduce chance of breaking changes; provide a singular entry p…
cpsievert Jul 10, 2023
f3e3b15
Update news
cpsievert Jul 10, 2023
14f3f32
Resave distributed files (GitHub Action)
cpsievert Jul 10, 2023
8dcbdbe
Apply suggestions from code review
cpsievert Jul 11, 2023
11d3db4
Provide a default for bslib-spacer
cpsievert Jul 11, 2023
4410162
Resave distributed files (GitHub Action)
cpsievert Jul 11, 2023
bb74830
Add unit test to detect changes to heading placeholder
cpsievert Jul 11, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Resave distributed files (GitHub Action)
cpsievert committed Jul 10, 2023
commit 14f3f32cb6e8beb13142f5f626ef884c39842265
2 changes: 1 addition & 1 deletion inst/css-precompiled/3/bootstrap.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion inst/css-precompiled/4/bootstrap.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion inst/css-precompiled/5/bootstrap.min.css

Large diffs are not rendered by default.

5 changes: 2 additions & 3 deletions inst/css-precompiled/5/bootstrap.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import "inst/lib/bs5/scss/_functions.scss";
@import "inst/bslib-scss/color-contrast.scss";
@import "inst/sass-utils/color-contrast.scss";



@@ -57,5 +57,4 @@ $bslib-preset-type: null !default;
.table th[align=right] { text-align: right; }
.table th[align=center] { text-align: center; }
@import "inst/bs3compat/_rules.scss";
@import "inst/bslib-scss/tab-fill.scss";
@import "inst/bslib-scss/spacer.scss";
@import "inst/bslib-scss/bslib.scss";