Is it possible to set custom breakpoints in Bootstrap 4 just by editing the CSS files?
问题 Before I get completely shot down in flames on here, I can't think of any other way of wording or phrasing this question other than how I'm doing as follows.... I would like to set 2 additional breakpoints in Bootstrap 4 for 1366px and 1920px as Bootstrap's xl is very limited at just 1200px. My page references bootstrap.min.css and bootstrap.bundle.min.js. I have added --breakpoint-xxl:1366px;--breakpoint-xxxl:1920px; directly after --breakpoint-xl:1200px; in the boostrap.min.css file and I