Write 0.8 blog post

This commit is contained in:
Jeremy Thomas
2019-10-14 01:42:05 +01:00
parent 1a6b00ecd5
commit c2d785ac56
16 changed files with 457 additions and 389 deletions

View File

@@ -25,6 +25,10 @@ Each main color (`"primary"`, `"info"`, `"success"`, `"warning"`, `"danger"`) no
The light colors are used by the `button` element, while the light and dark colors are used by the `message` component.
#### Panel colors
The `panel` component is now available in all the different colors.
#### 4-value color map
The `$colors` Sass map now accepts, for each of its values, a map of up to **4** values. For example: the key `"info"` now has the `($info, $info-invert, $info-light, $info-dark)` map.