sass-planifolia

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

commit
6f68e22db090c2755c8412396e3c61bb6716b29b
parent
2db9ba9f0c5e5e9acf8501257d1b3c870991792e
Author
Tobias Bengfort <tobias.bengfort@liqd.de>
Date
2016-07-13 12:20
typo

Diffstat

M sass/clearfix.scss 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/sass/clearfix.scss b/sass/clearfix.scss

@@ -3,7 +3,7 @@
    3     3 ////
    4     4 
    5     5 /// Default clearfix ([source](http://www.quirksmode.org/blog/archives/2005/03/clearing_floats.html))
    6    -1 @mixin cearfix {
   -1     6 @mixin clearfix {
    7     7   overflow: hidden;
    8     8 }
    9     9