sass-planifolia

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

commit
e2d0b15c6dc83eca8a86f3825daff9b07314752a
parent
23ac7218ef11dc61c27e9bb83d2a61b063ef3cc2
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2018-03-29 08:03
typo

Diffstat

M sass/grid.scss 4 ++--

1 files changed, 2 insertions, 2 deletions


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

@@ -1,8 +1,8 @@
    1     1 ////
    2     2 /// @group grid
    3     3 ///
    4    -1 /// There already so many grid systems out there. So why write yet another one?
    5    -1 /// Why not?
   -1     4 /// There are already so many grid systems out there. So why write yet another
   -1     5 /// one? Why not?
    6     6 ///
    7     7 /// The math behind grids is extremely simple, so you should be able to come up
    8     8 /// with some custom mixins for your project in less than 5 minutes. The