sass-planifolia

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

commit
a8956c70fde0a22bdae5c330ca2416ebaa5ae46c
parent
c24daebe76b56cae1eb510e8cd1307e01e09e949
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2017-05-31 07:09
add math example to README

Diffstat

M README.md 1 +

1 files changed, 1 insertions, 0 deletions


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

@@ -21,6 +21,7 @@ Import it in your Sass files:
   21    21     .test {
   22    22         background: red;
   23    23         color: contrast-color(red);
   -1    24         font-size: 16px * pow(2.3, 1.5);
   24    25     }
   25    26 
   26    27 # Features