coliff / bootstrap-ie11

Internet Explorer 11 compatibility solution for Bootstrap 5
https://coliff.github.io/bootstrap-ie11/
MIT License
96 stars 15 forks source link

Vertical rule styling #81

Closed coliff closed 3 years ago

coliff commented 3 years ago

Need to add CSS for it to display... something like:

  .vr {
    border-right: 1px solid rgb(33, 37, 41);
  }