sass-planifolia

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

commit
4f394448178e0b4b5d800d7a71133ddb1016cc7c
parent
e3298fa408e1cb770f0cb61246c9b86e18780146
Author
Tobias Bengfort <tobias.bengfort@gmx.net>
Date
2016-04-01 13:44
bump to 0.2.0

Diffstat

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

3 files changed, 12 insertions, 2 deletions


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

@@ -1,3 +1,13 @@
   -1     1 0.2.0 (2016-04-01)
   -1     2 ------------------
   -1     3 
   -1     4 - `$pi` has been converted to a function `pi()` for better compass
   -1     5   compatibility.
   -1     6 - Add inverse trigonometric functions, including `atan2()`.
   -1     7 - Allow angles as input to trig functions.
   -1     8 - Add a generic bezier interpolation.
   -1     9 - Add CIELAB/CIELUV based color functions.
   -1    10 
    1    11 0.1.2 (2016-03-10)
    2    12 ------------------
    3    13 

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

@@ -1,6 +1,6 @@
    1     1 {
    2     2   "name": "sass-planifolia",
    3    -1   "version": "0.1.2",
   -1     3   "version": "0.2.0",
    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.1.2",
   -1     3   "version": "0.2.0",
    4     4   "description": "Vanilla Sass helper functions",
    5     5   "main": "index.js",
    6     6   "dependencies": {},