sass-planifolia

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

commit
6af2ef6210f8cee97f6efb71e2baf83604de892b
parent
a3dbcf23186b8b44fcaa7f280b44f03ddf0d1b80
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2017-12-04 23:13
bump version to 0.5.0

Diffstat

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

3 files changed, 3 insertions, 3 deletions


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

@@ -1,4 +1,4 @@
    1    -1 0.5.0 (unreleased)
   -1     1 0.5.0 (2017-12-05)
    2     2 ------------------
    3     3 
    4     4 - contrast: avoid cases with too little contrast in `contrast-stretch()`

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

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