Skip to content

Commit b67c6de

Browse files
Comment out remaining stack includes
While we look to reset/revise vertical spacing
1 parent 5085b56 commit b67c6de

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

assets-src/styles/sass/30-base/_forms.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ show all available options outright, rather than hide them behind a <select>
425425
}
426426

427427
.segmented-label {
428-
@include stack(.5em);
428+
//@include stack(.5em);
429429
display: block;
430430
padding: rem(10);
431431
padding-inline-start: rem(44);

assets-src/styles/sass/50-core-components/_footer.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
padding-block: rem(20) rem(25);
1010

1111
.l-center {
12-
@include stack(1rem);
12+
//@include stack(1rem);
1313
}
1414

1515
a,

assets-src/styles/sass/80-templates/_technical-reports.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
.tr-list {
4242
.tr-list__item {
43-
@include stack(0.5em);
43+
//@include stack(0.5em);
4444
@include txt-pluto;
4545
border-block-end: 1px solid $twiki-gray;
4646
padding-block-end: rem(8);
@@ -56,7 +56,7 @@
5656
}
5757

5858
.tr-list__item__header {
59-
@include stack;
59+
//@include stack;
6060
align-items: flex-start;
6161

6262
h3 {

0 commit comments

Comments
 (0)