Merge branch 'master' into css-variables-with-fallback

This commit is contained in:
Jeremy Thomas
2020-08-27 12:04:00 +02:00
25 changed files with 845 additions and 447 deletions

View File

@@ -49,6 +49,8 @@ $navbar-bottom-box-shadow-size: 0 -2px 0 0 !default
$navbar-breakpoint: $desktop !default
$navbar-colors: $colors !default
=navbar-fixed
left: 0
position: fixed
@@ -98,7 +100,7 @@ $navbar-breakpoint: $desktop !default
min-height: var(--navbar-height)
position: relative
z-index: var(--navbar-z)
@each $name, $pair in $colors
@each $name, $pair in $navbar-colors
$color: nth($pair, 1)
$color-invert: nth($pair, 2)
&.is-#{$name}