sass-planifolia

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

commit
b45b934e5a07d6de814aaa20df857d177187474b
parent
e6ec508aba8f09ee2afd36e01459583763dd6478
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2017-01-28 12:46
docs: side gutters have been removed a while ago

Diffstat

M sass/grid.scss 7 +++----

1 files changed, 3 insertions, 4 deletions


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

@@ -32,10 +32,9 @@
   32    32 /// influence the position of subsequent cells, so it is quite complex to get
   33    33 /// them right. With isolation, this is much simpler and more flexible.
   34    34 ///
   35    -1 /// With this module, you can decide whether you want to have gutters on the
   36    -1 /// sides. More importantly, you can use gutters of any unit (e.g. em or rem).
   37    -1 /// However, you also need to define a fallback for browsers that do not provide
   38    -1 /// `calc()`.
   -1    35 /// With this module, you can use gutters of any unit (e.g. em or rem).
   -1    36 /// However, you also need to define a fallback for browsers that do not
   -1    37 /// provide `calc()`.
   39    38 ///
   40    39 /// You can use the `grid-span($width, $position)` mixin or use the atomic
   41    40 /// mixins directly. Note that you have to clear the container yourself.