Skip to content

Commit

Permalink
Merge pull request #183 from SLAC/SLACDP22-467-more-padding-fixes
Browse files Browse the repository at this point in the history
[SLACDP22-467] Remove other section padding override
  • Loading branch information
kmonahan committed May 12, 2023
2 parents d1a5370 + 951247d commit 6f71f83
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions source/02-layouts/section/_section.scss
Expand Up @@ -135,32 +135,6 @@
}
}

// Use of :is() seems to be confusing stylelint's prettier rule.
// stylelint-disable prettier/prettier
:is(
.l-section--white,
.l-section:not(
.l-section--purple-black,
.l-section--blue-green,
.l-section--yellow,
.l-section--purple,
.l-section--blue,
.l-section--gray-white,
.l-section--gray
)
) {
&:first-of-type {
padding-top: 0;
}

@include breakpoint-min(gesso-breakpoint(desktop)) {
&:first-of-type {
padding-top: 0;
}
}
}
// stylelint-enable prettier/prettier

.l-section--dark {
@include on-dark-variables;

Expand Down

0 comments on commit 6f71f83

Please sign in to comment.