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

Update Sass for computing .table-group-divider border #36446

Merged
merged 2 commits into from May 26, 2022

Conversation

mdo
Copy link
Member

@mdo mdo commented May 26, 2022

Fixes #36441.

For context, reverted the calc() usage here because we're not able to fully utilize CSS vars for border-width yet, due to existing Sass math usage.

@mdo mdo requested a review from a team as a code owner May 26, 2022 20:58
@mdo mdo added this to In progress in v5.2.0-stable via automation May 26, 2022
@mdo mdo force-pushed the table-group-border-width branch from 806dc88 to 6c66cd5 Compare May 26, 2022 21:16
@mdo mdo merged commit 4a3c004 into main May 26, 2022
v5.2.0-stable automation moved this from In progress to Done May 26, 2022
@mdo mdo deleted the table-group-border-width branch May 26, 2022 21:23
iburakov added a commit to ryukzak/nitta that referenced this pull request Jul 2, 2022
Resolving autoprefixer to 10.4.5 is needed to fix another
warning which got fixed in bootstrap 5.2.0-beta1, but they
seem to still have some problems.

Why 5.2.0 is needed:
twbs/bootstrap#36259

Why 5.2.0 doesn't work:
postcss-calc swears on calc($sass-variable * 2)
could not reproduce in other projects
may be related:
twbs/bootstrap#36446
iburakov added a commit to ryukzak/nitta that referenced this pull request Jul 2, 2022
Resolving autoprefixer to 10.4.5 is needed to fix another
warning which got fixed in bootstrap 5.2.0-beta1, but this
produces new warnings, so falling back.

Why 5.2.0 is needed:
twbs/bootstrap#36259

Why 5.2.0 doesn't work:
postcss-calc swears on ($table-border-width * 2) in bootstrap codebase
could not reproduce in a minimal project to file an issue
may be related:
twbs/bootstrap#36446
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
v5.2.0-stable
  
Done
Status: Done
Development

Successfully merging this pull request may close these issues.

.table-group-divider SASS compiled with variable, not with value. v 5.2.0
1 participant