diff --git a/CHANGELOG.md b/CHANGELOG.md index f5327de..93c6104 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. ## [Unreleased] nothing since last release +## [1.0.22] - 2016-07-28 +### Removed +- removed doc styles + ## [1.0.21] - 2016-07-24 ### Added - several slider styles @@ -12,6 +16,7 @@ nothing since last release - Changelog started here -[Unreleased]: https://github.com/viur-ignite/viur-ignite-css/compare/1.0.21...master +[Unreleased]: https://github.com/viur-ignite/viur-ignite-css/compare/1.0.22...master +[1.0.22]: https://github.com/viur-ignite/viur-ignite-css/compare/1.0.21...1.0.22 [1.0.21]: https://github.com/viur-ignite/viur-ignite-css/compare/1.0.20...1.0.21 [1.0.20]: https://github.com/viur-ignite/viur-ignite-css/compare/02a8706fb892b091bfa913d3194736a5d5a1ef4a...1.0.20 diff --git a/less/grid.less b/less/grid.less index 82c94f2..99d5db8 100644 --- a/less/grid.less +++ b/less/grid.less @@ -17,10 +17,6 @@ margin-bottom: -@gridSpace; } - &.flex-around { - justify-content: space-around; - } - &:after { clear: both; } @@ -30,15 +26,6 @@ display: block; flex: 1 1 auto; padding: @gridSpace; - - p { - border: 1px solid darken(@menuBackgroundColor,15%); - background: @menuBackgroundColor; - border-radius: 3px; - padding: 10px; - margin: 0; - height: 100%; - } } @@ -54,6 +41,15 @@ } .generate-columns(@n, (@i + 1)); } +.grid-col-half { + with: 50% +} +.grid-col-third { + with: 100 / 3% +} +.grid-col-quarter { + with: 25% +} .offset-is-half { margin-left: 50% diff --git a/package.json b/package.json index 0b57091..7b9641b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "viur-ignite-css", - "version": "1.0.21", + "version": "1.0.22", "description": "Core of VIUR Ignite - a less framework", "main": "index.js", "scripts": {