Skip to content
bootstrap logo

Bootstrap

Bootstrap is a popular front-end framework that streamlines website design. It allows for the creation of easy and responsive web layouts.

Here are 17,704 public repositories matching this topic...

bootstrap
valendres
valendres commented May 31, 2018

Test Case

https://codepen.io/valendres/pen/NzqyqN

Summary

Using @extend inside a ::before or ::after pseudo selector can result in invalid css, causing styling to not be applied to target elements. This happens when attempting to apply styling to elements within a .btn

Expected result

To be able to apply css on specific elements within a .btn.

Additional Informa

matthewkwong2
matthewkwong2 commented Oct 4, 2019

My apologies for posting this as a bug.

Yet I would like to know is there a way to simply customize the theme colour variants (i.e. 'primary', 'secondary', 'success', 'danger', 'warning', 'info', 'dark', 'light', 'link') globally without specifying it for every type of components?

In pure bootstrap, we can do something like this in scss

$theme-colors: (
  "primary": #0074d9,
  "d
bootstrap-vue
mshoestrng
mshoestrng commented Aug 2, 2019

Some suggestions to improve the documentation of bootstrapTable:

  • column option "sorter": please include expected return values for custom sorter function (it was only through guessing that I found out it's actually -1, 0, 1)
  • table options/column options/events/methods: please sort the options/methods in alphabetical order - also in the index in the right column (it's very tedious to scan f
jorvis
jorvis commented Dec 12, 2018

I'm making a data-heavy display with compact form controls and bootstrap-select seems to fit all my needs except it doesn't seem to have support for sizing.

In bootstrap3 my elements were all input-xs. Now with bootstrap4 that's been removed, so they're form-control-sm.

Are there options to make bootstrap-select elements at least as small as form-control-sm? They look totally out of plac

reactstrap
mdentremont
mdentremont commented Aug 30, 2019

Newer versions fail for me - does the README need "@angular/animations" to be added as a required dependency (or better yet, via the package.json so we don't need to explicitly install it)?

ERROR in ./node_modules/ngx-bootstrap/collapse/fesm5/ngx-bootstrap-collapse.js
Module not found: Error: Can't resolve '@angular/animations' in '<redacted>/node_modules/ngx-bootstrap/collapse/fesm5'
``
choldgraf
choldgraf commented Apr 8, 2019

Hello 👋 this isn't a question about octobox tech itself, but on the process of donating.

tl;dr - does anybody know if there's a way to pay for a year's worth of octobox instead of month-by-month?

I saw that it's possible to support octobox "the company", which I'd like to do via a grant that we've got (I work at an educational institution so money flows through grants). However, I couldn

You can’t perform that action at this time.