Skip to content

Commit 834198f

Browse files
zetareticoliastagi
andauthored
chore: linting
Co-authored-by: Andrea Stagi <stagi.andrea@gmail.com>
1 parent a2529b1 commit 834198f

3 files changed

Lines changed: 19 additions & 3 deletions

File tree

docs/assets/src/scss/_component-examples.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
0 0,
1111
0 10px,
1212
10px -10px,
13-
-10px 0px;
13+
-10px 0;
1414
> .col,
1515
> [class^='col-'] {
1616
padding-top: 0.75rem;

package-lock.json

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

src/scss/base/_containers.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
.container-fluid {
1010
@include make-container();
1111
@include media-breakpoint-up(md, $grid-breakpoints) {
12-
--#{$prefix}gutter-x: $grid-gutter-width;
12+
--#{$prefix}gutter-x: #{$grid-gutter-width};
1313
}
1414
}
1515

0 commit comments

Comments
 (0)