sass-planifolia

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

commit
622b63bd2d5cdb55cefe8e9364ed8fe3c92df97e
parent
64c7a6faa43ae74742ebd80270f99ce20111efc4
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2018-04-08 06:14
bump version to 0.6.0

Diffstat

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

2 files changed, 4 insertions, 2 deletions


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

@@ -1,7 +1,9 @@
    1    -1 0.6.0 (unreleased)
   -1     1 0.6.0 (2018-04-08)
    2     2 ------------------
    3     3 
    4     4 - math: rename `ln()` to `log()` and `log()` to `log10()`
   -1     5 - color: interpret unitless angles (hues) as `deg` instead of `rad`
   -1     6 - contrast: `contrast-check()` return second argument instead of `null`
    5     7 
    6     8 0.5.0 (2017-12-05)
    7     9 ------------------

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

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