Skip to content

Commit

Permalink
Address Sass deprecation warnings, #438
Browse files Browse the repository at this point in the history
  • Loading branch information
mirisuzanne committed Sep 10, 2024
1 parent 9cc6c71 commit d87c872
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion scss/layout/_banner.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,13 @@
/// </div>
/// </header>
[data-region='banner'] {
@include config.banner-arrow;
@include tools.z-index('banner');

align-items: center;
display: flex;
padding: tools.size('shim');

@include config.banner-arrow;
}

// Project Title
Expand Down
3 changes: 2 additions & 1 deletion scss/layout/_nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
/// </main>
/// </div>
[data-region='nav'] {
@include config.invert-colors;
@include tools.z-index('sidebar');

align-items: stretch;
Expand All @@ -35,6 +34,8 @@
white-space: nowrap;
width: auto;

@include config.invert-colors;

@include tools.below('nav-break') {
box-shadow: 0 0 tools.size('half-shim') tools.color('shadow');
inset: 0 auto 0 0;
Expand Down

0 comments on commit d87c872

Please sign in to comment.