sass-planifolia

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

commit
21c2c722d5ab178c3c74e83b6de8cc0a09f10d36
parent
a8956c70fde0a22bdae5c330ca2416ebaa5ae46c
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2017-06-02 07:33
bump version to 0.4.0

Diffstat

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

3 files changed, 10 insertions, 2 deletions


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

@@ -1,3 +1,11 @@
   -1     1 0.4.0 (2017-06-02)
   -1     2 ------------------
   -1     3 
   -1     4 - change license from GPL-2+ to MIT
   -1     5 - color: reduce chroma to avoid clipping
   -1     6 - contrast: no longer requires a `pow()` function
   -1     7 - contrast: WCAG compliance levels can be used as thresholds
   -1     8 
    1     9 0.3.1 (2016-07-13)
    2    10 ------------------
    3    11 

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

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