-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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 4.0.0-beta #2156
Bootstrap 4.0.0-beta #2156
Conversation
6d08131
to
95adccc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Haven't booted it up and looked at it, but looks reasonable to me.
95adccc
to
555669f
Compare
Variable changes: s/font-size-h1/h1-font-size/ s/\$brand-\(primary\|secondary\|success\|info\|warning\|danger\|light\|dark\)/theme-color("\1")/g s/input-border-focus/input-focus-border-color/ s/input-bg-disabled/input-disabled-bg/ s/input-color-placeholder/input-placeholder-color Use grid-gutter-width instead of grid-gutter-widths Use input-btn-padding and input-btn-line-height I don't know why bootstrap uses -btn- for these, as they're used for all .form-control inputs also. Also improves select2 custom styling
555669f
to
e7cb973
Compare
e7cb973
to
273d1ef
Compare
Updated to include the merged #2133 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Booted, verified. 🚢 it
Hi, How can I use bootstrap in my application (frontend)? |
Damagoza: To use bootstrap, you have to customize the frontend. See https://www.youtube.com/watch?v=kFalBLRMgdI for more information. Github issues are meant to inform about bugs and/or missing features, by the way. For support questions like this, please use our Slack channel (solidusio.slack.com). |
Bootstrap 4.0.0 has entered beta! Hopefully that means this is the last PR with such significant changes to scss variable naming 😥
This required including
autoprefixer-rails
as a dependency. We probably should have done this for previous versions, but it is now necessary even for latest browsers.This required some variable changes. Briefly:
TODO