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

bootstrap dist-css has missing variable #37660

Closed
3 tasks done
charma opened this issue Dec 16, 2022 · 2 comments
Closed
3 tasks done

bootstrap dist-css has missing variable #37660

charma opened this issue Dec 16, 2022 · 2 comments

Comments

@charma
Copy link

charma commented Dec 16, 2022

Prerequisites

Describe the issue

The distribution version of 5.2.3 contains a missing variable which is causing problems in buttons.
I installed the latest version via npm and in my node_modules folder in my node_modules/bootstrap/dist/css/bootstrap.css

I have the following for class .btn:

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ; // <----------- missing value here
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: #212529;
  --bs-btn-bg: transparent;

Hope this is easily fixable. Thanks in advance!

Reduced test cases

No test case. Simply install via npm and see yourself.

What operating system(s) are you seeing the problem on?

Linux

What browser(s) are you seeing the problem on?

Chrome

What version of Bootstrap are you using?

^5.2.3

@julien-deramond
Copy link
Member

Duplicate of #36595

@julien-deramond julien-deramond marked this as a duplicate of #36595 Dec 16, 2022
@julien-deramond julien-deramond closed this as not planned Won't fix, can't repro, duplicate, stale Dec 16, 2022
@charma
Copy link
Author

charma commented Dec 16, 2022

@julien-deramond thanks for pointing out the duplicate. Didn't notice that, because I used different terms to search for issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants