Add unique features

This commit is contained in:
Jeremy Thomas
2017-07-31 17:42:53 +01:00
parent 236837f36c
commit dcfe0a68af
4 changed files with 143 additions and 39 deletions

View File

@@ -30,6 +30,14 @@ $table-striped-row-even-hover-background-color: $white-ter !default
border-width: $table-cell-border-width
padding: $table-cell-padding
vertical-align: top
// Colors
@each $name, $pair in $colors
$color: nth($pair, 1)
$color-invert: nth($pair, 2)
&.is-#{$name}
background-color: $color
border-color: $color
color: $color-invert
// Modifiers
&.is-narrow
white-space: nowrap