Skip to content
This repository was archived by the owner on Jul 18, 2024. It is now read-only.

Commit 7cd3388

Browse files
committed
fix(scss): .yourGrid__col-#{$name}--0--only missing dash
1 parent ed4ab5f commit 7cd3388

File tree

13 files changed

+15
-15
lines changed

13 files changed

+15
-15
lines changed

bin/src/scss/_mixins.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@
193193
}
194194

195195
.#{$prefix}-grid__col--#{$name}--0,
196-
.#{$prefix}-grid__col-#{$name}--0--only {
196+
.#{$prefix}-grid__col--#{$name}--0--only {
197197
display: none;
198198
}
199199
}
Binary file not shown.

examples/bootstrap/css-gridish/css/bootstrap-grid-legacy.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ body {
4848
width: initial; } }
4949

5050
.bootstrap-grid__col--sm--0,
51-
.bootstrap-grid__col-sm--0--only {
51+
.bootstrap-grid__col--sm--0--only {
5252
display: none; }
5353

5454
.bootstrap-grid__col--sm--1 {
@@ -318,7 +318,7 @@ body {
318318
[class*="bootstrap-grid__col--sm--0"][class*="bootstrap-grid__col--xl--"] {
319319
display: flex; }
320320
.bootstrap-grid__col--xl--0,
321-
.bootstrap-grid__col-xl--0--only {
321+
.bootstrap-grid__col--xl--0--only {
322322
display: none; }
323323
[class*="bootstrap-grid__col--"] {
324324
min-width: 0; }

examples/bootstrap/css-gridish/css/bootstrap-grid-legacy.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/bootstrap/css-gridish/scss/_mixins.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@
193193
}
194194

195195
.#{$prefix}-grid__col--#{$name}--0,
196-
.#{$prefix}-grid__col-#{$name}--0--only {
196+
.#{$prefix}-grid__col--#{$name}--0--only {
197197
display: none;
198198
}
199199
}
0 Bytes
Binary file not shown.

examples/carbon/css-gridish/css/bx-grid-legacy.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ body {
4848
width: initial; } }
4949

5050
.bx-grid__col--sm--0,
51-
.bx-grid__col-sm--0--only {
51+
.bx-grid__col--sm--0--only {
5252
display: none; }
5353

5454
.bx-grid__col--sm--1 {
@@ -343,7 +343,7 @@ body {
343343
[class*="bx-grid__col--sm--0"][class*="bx-grid__col--xxl--"] {
344344
display: flex; }
345345
.bx-grid__col--xxl--0,
346-
.bx-grid__col-xxl--0--only {
346+
.bx-grid__col--xxl--0--only {
347347
display: none; }
348348
[class*="bx-grid__col--"] {
349349
min-width: 0; }

0 commit comments

Comments
 (0)