diff --git a/CHANGELOG.md b/CHANGELOG.md index f13c6433..0279f314 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,21 +3,21 @@ All notable changes to this style guide are documented here. -## [6.x-dev unreleased] +## [6.0.0] -* New Stad Gent style. View all markup changes below. Always look up -the mentioned elements in the styleguide to see the new HTML markup. +**New Stad Gent style. View all markup changes below. Always look up +the mentioned elements in the styleguide to see the new HTML markup.** -## New mixins +## Added -### theme-body() +### theme-body() (mixin) The themify `theme()` function creates style selectors like this: ```css .cs--blue .original-selector .child ... {} ``` -Where cs--blue is the theme color and that class is added to the element. +Where `.cs--blue` is the theme color and this class is added to the element. But sometimes the `.original-selector` is a body class which is not supported by the `theme()` function. @@ -27,23 +27,25 @@ selector: .cs--blue.original-selector .child ... {} ``` -### Accolade element +### Accolade element (mixin) `@include accolade;` Add an outside accolade to an element and add a color to it. -### Abstract shadow +### Abstract shadow (mixin) `@include abstract-shadow;` Add an underlying container of the same size under the chosen element. For example the highlight molecule. -### Icon-right +### Icon-right (mixin) `@include button-icon-right;` Also added the `.icon-right` class for icons that are on the right-hand side. -## HTML markup changes +## Changed (HTML markup) +**Follow these markup changes in your project to have CSS applied flawlessly.** + ### Legends **Added legend-title class** The legend now has a `` around the text/title/label @@ -58,7 +60,7 @@ Changed `` to `