sass-planifolia

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

commit
ec7620821718b60a69c20c4a12bfa1955b99e984
parent
134bb8afc689a9890bac582e0ebd6c0507e05983
Author
Tobias Bengfort <tobias.bengfort@gmx.net>
Date
2016-07-07 14:10
Merge branch 'feature-eyeglass'

Diffstat

M README.md 2 +-
M package.json 9 ++++++++-

2 files changed, 9 insertions, 2 deletions


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

@@ -34,7 +34,7 @@ Import it in your Sass files:
   34    34     contrast](https://www.w3.org/TR/WCAG20/#contrast-ratiodef) functions
   35    35 -   CIELAB/CIELUV based color functions
   36    36 -   More functionality may be added on demand.
   37    -1 -   Can be installed with bower. Npm (eyeglass) or rubygem support may be added
   -1    37 -   Can be installed with bower or npm (eyeglass). Other options may be added
   38    38     on demand.
   39    39 
   40    40 # What is not included?

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

@@ -16,8 +16,15 @@
   16    16     "lint": "sass-lint -vq",
   17    17     "docs": "sassdoc sass"
   18    18   },
   -1    19   "eyeglass": {
   -1    20     "name": "planifolia",
   -1    21     "sassDir": "sass",
   -1    22     "exports": false,
   -1    23     "needs": "^0.8.0"
   -1    24   },
   19    25   "keywords": [
   20    -1     "sass"
   -1    26     "sass",
   -1    27     "eyeglass-module"
   21    28   ],
   22    29   "repository": {
   23    30     "type": "git",