Questions tagged [twitter-bootstrap-4]

Bootstrap 4 is the fourth generation of the front-end framework allowing for speedier web development with an attractive look and feel. For questions on previous versions, please use [tag:twitter-bootstrap-2] or [tag:twitter-bootstrap-3]

Twitter is no longer part of the Bootstrap brand: the official tag on Stackoverflow is bootstrap-4 https://stackoverflow.com/tags/bootstrap-4/info

Sources:

http://v4-alpha.getbootstrap.com/about/brand/#name https://github.com/twbs/bootstrap#community

Bootstrap 4 will build on top of the concepts already introduced by the Bootstrap Framework.

The release is not yet public, but here's the second beta release of Bootstrap 4 is out and it includes the following features:

  • Moved from Less to Sass. Bootstrap now compiles faster than ever thanks to Libsass, and we join an increasingly large community of Sass developers.
  • Improved grid system. We’ve added a new grid tier to better target mobile devices and completely overhauled our semantic mixins.
  • flexbox support is here. You can now take advantage of a flexbox-based grid system and components.
  • Dropped wells, thumbnails, and panels for cards. Cards are a brand new component to Bootstrap, but they’ll feel super familiar as they do nearly everything wells, thumbnails, and panels did, only better.
  • Consolidated all our HTML resets into a new module, Reboot. Reboot steps in where Normalize.css stops, giving you more opinionated resets like box-sizing: border-box, margin tweaks, and more all in a single Sass file.
  • Brand new customization options. Instead of relegating style embellishments like gradients, transitions, shadows, and more to a separate stylesheet like v3, we’ve moved all those options into Sass variables. Want default transitions on everything or to disable rounded corners? Simply update a variable and recompile.
  • Dropped IE8 support and moved to rem and em units. Dropping support for IE8 means we can take advantage of the best parts of CSS without being held back with CSS hacks or fallbacks. Pixels have been swapped for rems and ems where appropriate to make responsive typography and component sizing even easier. If you need IE8 support, keep using Bootstrap 3.
  • Rewrote all our JavaScript plugins. Every plugin has been rewritten in ES6 to take advantage of the newest JavaScript enhancements. They also now come with UMD support, generic teardown methods, option type checking, and tons more.
  • Improved auto-placement of tooltips and popovers thanks to the help of a library called Tether.
  • Improved documentation. We rewrote it all in Markdown and added a few handy plugins to streamline examples and code snippets to make working with our docs way easier. Improved search is also on it’s way.
  • And tons more! Custom form controls, margin and padding classes, new utility classes, and more have also been included.

Current version: Bootstrap v4.0.0-beta.2

759 questions
-2
votes
1 answer

why sideNav function is not working in bootstrap

I am implementing Bootstrap navbar but it's not displaying fine and displaying an error on my console saying I tried to change the orders of my script sin head section but didn't get rid of this problem. Anyone help me in finding out my…
-2
votes
1 answer

Multiple data-toggle not working correctly - Bootstrap 4

I have the following page: http://mindspyder.com/newline/my-account.html And the following code on that page:
-3
votes
1 answer

Bootstrap 4 Nav-Links Height

How can I customize the height of the nav-links in Bootstrap? website: www.mastertraf.net If I set a height, it does not take the full height of the navbar. CSS CODE: .navLogo { width: 15%; height: 100%; } .navbar { …
-3
votes
2 answers

jquery.min.js is it needed? bootstrap-4.0.0-alpha.6

I have recently been messing around with bootstrap-4.0.0-alpha.6 after downloading the 'source'. Some of the example themes 'bootstrap-4.0.0-alpha.6\bootstrap-4.0.0-alpha.6\docs\examples' have this script (specifically the…
baransjd
  • 21
  • 1
  • 5
-3
votes
2 answers

Input group with segmented buttons (Bs-4-alpha)

In Bootstrap 4's input-group dropdown arrow is displayed under action button:
Winand
  • 2,093
  • 3
  • 28
  • 48
-3
votes
2 answers

Is there a way to show a different website on different browsers?

i've been practising with bootstrap 4, and as you may know bootstrap 4 doesn't support internet explorer 8 now. This may become a problem so i was wondering is i could show a different website only on internet explorer 8, or is there a way to change…
-3
votes
1 answer

Grow flexbox children in opposite directions

I want to achieve this effect within Bootstrap 4 columns/cards: Is it possible with flexbox? This is my source code I play with: https://jsfiddle.net/dandaka/us04p2vg/
-4
votes
1 answer

CSS horizontal and vertical lines between elements

I'm having trouble trying to implement the styling shown in this image using CSS. My problem is how to make the horizontal yellow line over the title "nossos numeros" and the vertical blue lines between "Cursos", "Alunos" and "Aulas". I'm using also…
Lucas Campos
  • 485
  • 3
  • 9
  • 23
-5
votes
1 answer

bootstrap alpha or stable?

I'm very new to Bootstrap and Django and I was wondering if I should stick to Bootstrap 3 or use Bootstrap alpha. What do you think? And the other thing is can I use both 3 and 4 on a same site or there will be issues? Thank you for your opinions.
NFSpeedy
  • 161
  • 2
  • 10
1 2 3
50
51