Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8ac6736

Browse filesBrowse files
committed
refactor: remove unneeded flexbug workaround
1 parent 603a733 commit 8ac6736
Copy full SHA for 8ac6736

File tree

2 files changed

+2
-3
lines changed
Filter options

2 files changed

+2
-3
lines changed

‎scss/_card.scss

Copy file name to clipboardExpand all lines: scss/_card.scss
+1-2Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,7 @@
193193
// The child selector allows nested `.card` within `.card-group`
194194
// to display properly.
195195
> .card {
196-
// Flexbugs #4: https://github.com/philipwalton/flexbugs#flexbug-4
197-
flex: 1 0 0%;
196+
flex: 1 0 0;
198197
margin-bottom: 0;
199198

200199
+ .card {

‎scss/mixins/_grid.scss

Copy file name to clipboardExpand all lines: scss/mixins/_grid.scss
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
@include media-breakpoint-up($breakpoint, $breakpoints) {
7373
// Provide basic `.col-{bp}` classes for equal-width flexbox columns
7474
.col#{$infix} {
75-
flex: 1 0 0%; // Flexbugs #4: https://github.com/philipwalton/flexbugs#flexbug-4
75+
flex: 1 0 0;
7676
}
7777

7878
.row-cols#{$infix}-auto > * {

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.