sass-planifolia

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

commit
62c3888e5892903712171fc1375277ef5f6c5b00
parent
6f68e22db090c2755c8412396e3c61bb6716b29b
Author
Tobias Bengfort <tobias.bengfort@liqd.de>
Date
2016-07-13 12:21
bump version to 0.3.1

Diffstat

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

3 files changed, 7 insertions, 2 deletions


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

@@ -1,3 +1,8 @@
   -1     1 0.3.1 (2016-07-13)
   -1     2 ------------------
   -1     3 
   -1     4 - fix a typo in clearfix mixin
   -1     5 
    1     6 0.3.0 (2016-07-07)
    2     7 ------------------
    3     8 

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

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