Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
stacyk committed Aug 8, 2023
1 parent 5c8f3bb commit b23eb2f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/scss/config/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
@forward 'fonts';
@forward 'layout';
@forward 'scale';

@use 'tools';
@use 'sass:meta';
@use 'color/brand';
Expand Down
2 changes: 0 additions & 2 deletions src/scss/config/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@
@use 'sass:meta';
@use 'scale/page-sizes';


/// List of named z-index layers.
/// The order they are defined will be the integer they are assigned.
/// @group config-layout
$z-index: ('bump', 'dropdown', 'skip-link');


@mixin clip-base {
align-content: center;
background-color: var(--clip-bg, var(--callout));
Expand Down

0 comments on commit b23eb2f

Please sign in to comment.