Reduce bundle size
BrowserStack / browserstack (push) Has been cancelled Details

This commit is contained in:
louismaxime.piton 2023-08-24 16:50:51 +02:00 committed by Mark Otto
parent 0eb99b4fe3
commit 1395c47562
1 changed files with 1 additions and 4 deletions

View File

@ -176,11 +176,8 @@
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%;
background-color: var(--#{$prefix}navbar-toggler-icon-color);
mask: var(--#{$prefix}navbar-toggler-icon-bg) no-repeat center 100%;
}
.navbar-nav-scroll {