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

@@ -11,6 +11,8 @@ $file-name-border-style: solid !default
$file-name-border-width: 1px 1px 1px 0 !default
$file-name-max-width: 16em !default
$file-colors: $form-colors !default
.file
--file-radius: #{$file-radius}
--file-cta-hover-color: #{$file-cta-hover-color}
@@ -30,7 +32,7 @@ $file-name-max-width: 16em !default
justify-content: flex-start
position: relative
// Colors
@each $name, $pair in $colors
@each $name, $pair in $file-colors
$color: nth($pair, 1)
$color-invert: nth($pair, 2)
&.is-#{$name}