- commit
- 0381740483badadc090b292b743127305b763501
- parent
- 029c51a681949590d40dbbb58828396708f51950
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2017-12-22 16:12
update grid poster comment
Diffstat
| M | sass/grid.scss | 4 | ++-- |
1 files changed, 2 insertions, 2 deletions
diff --git a/sass/grid.scss b/sass/grid.scss
@@ -22,8 +22,8 @@ 22 22 /// 23 23 /// - Inline has the issue that whitespace is significant, so it violates the 24 24 /// separation of content and presentation.25 -1 /// - Flexbox is not ready yet and if it was it would be expressive enough to be26 -1 /// used without the overhead of a grid system.-1 25 /// - CSS Grid and Flexbox are expressive enough to be used without the overhead -1 26 /// of a grid system. 27 27 /// - Floats were the implementation of choice for quite some time, but they are 28 28 /// not very robust and prone to rounding errors. 29 29 /// - Isolation is an extension of floats that is much more robust by specifying