diff --git a/CHANGELOG.md b/CHANGELOG.md index 083847e..08cf3b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 1.2.3 + +2015-08-07 + +- Fix documentation for less (issue #7) + # 1.2.2 2015-03-20 diff --git a/README.md b/README.md index eea6898..f61e087 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ Import [palette.less](http://danlevan.github.io/google-material-color/dist/palet @import 'palette'; ... -.issue-7 { +.my-div { .palette('Light Blue', '700'); background-color: @palette; diff --git a/package.json b/package.json index bc5763e..286a37b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "google-material-color", - "version": "1.2.2", + "version": "1.2.3", "description": "Google material color (http://www.google.com/design/spec/style/color.html) implementation for Sass, Less, Stylus, CSS and JS.", "main": "dist/palette.js", "scripts": {