sass-planifolia

Vanilla Sass helper functions
git clone https://git.ce9e.org/sass-planifolia.git

commit
ad96d0577fc76ae29ec0ee0005de6e0141b2ce4d
parent
9a9e092be6da31a0e8e9ae7e384236b4aaddc68e
Author
Tobias Bengfort <tobias.bengfort@gmx.net>
Date
2016-04-23 19:56
bump version to 0.2.1

Diffstat

M CHANGES.md 7 +++++++
M bower.json 2 +-
M package.json 2 +-

3 files changed, 9 insertions, 2 deletions


diff --git a/CHANGES.md b/CHANGES.md

@@ -1,3 +1,10 @@
   -1     1 0.2.1 (2016-04-23)
   -1     2 ------------------
   -1     3 
   -1     4 - math: Fix angles as input to `cos()` and `tan()`
   -1     5 - color: make default colorspace configurable
   -1     6 - color: add YUV colorspace
   -1     7 
    1     8 0.2.0 (2016-04-01)
    2     9 ------------------
    3    10 

diff --git a/bower.json b/bower.json

@@ -1,6 +1,6 @@
    1     1 {
    2     2   "name": "sass-planifolia",
    3    -1   "version": "0.2.0",
   -1     3   "version": "0.2.1",
    4     4   "description": "Vanilla Sass helper functions",
    5     5   "main": "index.js",
    6     6   "authors": [

diff --git a/package.json b/package.json

@@ -1,6 +1,6 @@
    1     1 {
    2     2   "name": "sass-planifolia",
    3    -1   "version": "0.2.0",
   -1     3   "version": "0.2.1",
    4     4   "description": "Vanilla Sass helper functions",
    5     5   "main": "index.js",
    6     6   "dependencies": {},