mirror of
https://github.com/jgthms/bulma
synced 2026-03-20 20:24:30 -07:00
Add more color documentation, Add light buttons to docs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user