Add more color documentation, Add light buttons to docs

This commit is contained in:
Jeremy Thomas
2019-10-13 18:51:12 +01:00
parent d0c84b97c9
commit d4c7731792
11 changed files with 373 additions and 276 deletions

View File

@@ -207,7 +207,7 @@ $button-static-border-color: $border !default
box-shadow: none
color: $color-invert
// If light and dark colors are provided
@if length($pair) > 3
@if length($pair) >= 4
$color-light: nth($pair, 3)
$color-dark: nth($pair, 4)
&.is-light