sass-planifolia

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

commit
2db9ba9f0c5e5e9acf8501257d1b3c870991792e
parent
ec7620821718b60a69c20c4a12bfa1955b99e984
Author
Tobias Bengfort <tobias.bengfort@gmx.net>
Date
2016-07-07 14:15
bump version to 0.3.0

Diffstat

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

2 files changed, 11 insertions, 1 deletions


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

@@ -1,3 +1,13 @@
   -1     1 0.3.0 (2016-07-07)
   -1     2 ------------------
   -1     3 
   -1     4 - add feature: grid
   -1     5 - add feature: clearfix
   -1     6 - contrast: `luma()` is deprecated. Use `pf-lightness($color, 'lab')` from the
   -1     7   color module instead.
   -1     8 - contrast: `alpha-blend()` is deprecated.
   -1     9 - add eyeglass support
   -1    10 
    1    11 0.2.1 (2016-04-23)
    2    12 ------------------
    3    13 

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

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