sass-planifolia

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

commit
610eb48f28449eb7b9a417dc682d057206335935
parent
84f52e2a46aca7fc28f549b237e8911d76e4b49b
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2017-12-27 08:06
add "similar libraries" section to README

Diffstat

M README.md 12 ++++++++++++

1 files changed, 12 insertions, 0 deletions


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

@@ -60,3 +60,15 @@ Import it in your Sass files:
   60    60     for that.
   61    61 -   pt/px/em/rem conversion. That is (a) not possible and (b) not helpful. Each
   62    62     unit has its specific use case. Learn to use the right units directly!
   -1    63 
   -1    64 # Similar libraries
   -1    65 
   -1    66 -   [mathsass](https://github.com/terkel/mathsass) is another very good
   -1    67     pure-sass math implementation.
   -1    68 -   [accoutrement-color](https://github.com/oddbird/accoutrement-color) and
   -1    69     [bourbon](https://github.com/thoughtbot/bourbon) also contain
   -1    70     WCAG-appropriate color-contrast functions, but they ignore
   -1    71     alpha-transparency.
   -1    72 -   [eyeglass-math](https://github.com/sass-eyeglass/eyeglass-math) and
   -1    73     [chromatic-sass](https://github.com/bugsnag/chromatic-sass) also do
   -1    74     advanced math/color manipulation, but they can only be used with node-sass.