Skip to content

Commit

Permalink
Reduce bundle size
Browse files Browse the repository at this point in the history
  • Loading branch information
louismaximepiton committed Aug 24, 2023
1 parent 24815b0 commit a1e8178
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions scss/_navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -176,10 +176,7 @@
width: 1.5em;
height: 1.5em;
vertical-align: middle;
mask-image: var(--#{$prefix}navbar-toggler-icon-bg);
mask-repeat: no-repeat;
mask-position: center;
mask-size: 100%;
mask: var(--#{$prefix}navbar-toggler-icon-bg) no-repeat center 100%;
background-color: var(--#{$prefix}navbar-toggler-icon-color);
}

Expand Down

0 comments on commit a1e8178

Please sign in to comment.