- commit
- 029c51a681949590d40dbbb58828396708f51950
- parent
- 7ca0a54245f3429258195f7395fa3b3de3bae979
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2017-12-22 15:52
markup poster texts as group description requires https://github.com/xi/sassdoc-theme-default
Diffstat
| M | sass/color.scss | 4 | ++-- |
| M | sass/contrast.scss | 4 | ++-- |
| M | sass/grid.scss | 4 | ++-- |
| M | sass/math.scss | 4 | ++-- |
4 files changed, 8 insertions, 8 deletions
diff --git a/sass/color.scss b/sass/color.scss
@@ -1,4 +1,6 @@ 1 1 //// -1 2 /// @group color -1 3 /// 2 4 /// This module provides functions that can be used as drop-in replacements for 3 5 /// some of the HSL based functions included in Sass. 4 6 /// @@ -14,8 +16,6 @@ 14 16 /// and `lch(70, 50, 90deg, 'lab')` have the same chroma (except when clipping 15 17 /// is applied). With HSLab, you know that `lch(40, 50, 10deg, 'hslab')` always 16 18 /// has half the chroma of `lch(40, 100, 10deg, 'hslab')`.17 -1 ///18 -1 /// @group color19 19 //// 20 20 21 21 /// @type string
diff --git a/sass/contrast.scss b/sass/contrast.scss
@@ -1,8 +1,8 @@ 1 1 //// -1 2 /// @group contrast -1 3 /// 2 4 /// Functions to help with contrast as defined by 3 5 /// [WCAG20](https://www.w3.org/TR/WCAG20/#contrast-ratiodef)4 -1 ///5 -1 /// @group contrast6 6 //// 7 7 8 8 /// @type color
diff --git a/sass/grid.scss b/sass/grid.scss
@@ -1,4 +1,6 @@ 1 1 //// -1 2 /// @group grid -1 3 /// 2 4 /// There already so many grid systems out there. So why write yet another one? 3 5 /// Why not? 4 6 /// @@ -42,8 +44,6 @@ 42 44 /// More high-level functionality (e.g. responsive layouts) can easily be added 43 45 /// on top of this. This module already contains a `grid-same-with()` mixin that 44 46 /// covers some usecases.45 -1 ///46 -1 /// @group grid47 47 //// 48 48 49 49 /// Default configuration.
diff --git a/sass/math.scss b/sass/math.scss
@@ -1,4 +1,6 @@ 1 1 //// -1 2 /// @group math -1 3 /// 2 4 /// This provides some common mathemetical functions implemented in pure sass. 3 5 /// 4 6 /// The implementations are based on taylor expansions. The `$steps` argument @@ -16,8 +18,6 @@ 16 18 /// This approach is havily inspired by 17 19 /// <http://www.sassmeister.com/gist/ad6e6771df050ff3727f>. However, the 18 20 /// implementations are much more efficient.19 -1 ///20 -1 /// @group math21 21 //// 22 22 23 23 /// @type number