- commit
- 07fd70b0dc7aacbabe92a237f94cc36af6d5fb6f
- parent
- 00397b09a28f9f52fba1d754b3a86834325be6e7
- Author
- Tobias Bengfort <tobias.bengfort@gmx.net>
- Date
- 2014-01-16 10:35
rename to dekugrid
Diffstat
| M | README.md | 15 | +++++++++------ |
| R | decogrid.less -> dekugrid.less | 0 | |
| R | decogrid.scss -> dekugrid.scss | 0 |
3 files changed, 9 insertions, 6 deletions
diff --git a/README.md b/README.md
@@ -1,4 +1,4 @@1 -1 decogrid.scss -- a SASS implementation of the Deco Grid System-1 1 dekugrid -- multiple implementations of the Deco Grid System 2 2 by Tobias Bengfort <tobias.bengfort@gmx.net> 3 3 based on deco.gs by Alexander Limi <http://limi.net/deco.gs> 4 4 Placed in the Public Domain. @@ -6,19 +6,22 @@ Placed in the Public Domain. 6 6 Decogrid is a simple, small and flexible grid system. The base technique used 7 7 in Deco is something that is documented in the article [Faux Absolute 8 8 Positioning][1] at A List Apart. Deco is just a system that applies that9 -1 method to the notion of a CSS grid system. decogrid.scss in turn is just a10 -1 system to generate decogrids using the [SASS][2] CSS preprocessor.-1 9 method to the notion of a CSS grid system. Dekugrid (note the 'ku') in turn is -1 10 just a system to generate decogrids using CSS preprocessors (currently -1 11 [SASS][2] and [LESS][3]). 11 12 12 13 Why would you want to use it? Because you need an unusual number of columns 13 14 (the original decogrid provides 12 and 16) or want to configure the margin 14 15 between columns (the original decogrid provides 2.08333% and 0%). 15 1616 -1 Just set the appropriate values for `$cols` and `$margin` and SASS will do all17 -1 the math. In addition you get mixins to use in your existing classes.-1 17 Just set the appropriate values for `$cols` and `$margin` and the preprocessor -1 18 will do all the math. In addition you get mixins to use in your existing -1 19 classes. 18 2019 -1 decogrid.scss is designed as a drop-in replacement for decogrid. However you-1 21 Dekugrids is designed as a drop-in replacement for decogrid. However you 20 22 can set a `$prefix` for the generated CSS classes (e.g. `'deco-'`) to avoid 21 23 naming collisions. 22 24 23 25 [1]: http://www.alistapart.com/articles/fauxabsolutepositioning/ 24 26 [2]: http://sass-lang.com -1 27 [3]: http://lesscss.org