From b1b6273b3fa5f88a80f3b3ef64e5742704e95f2b Mon Sep 17 00:00:00 2001 From: Scott Davis Date: Thu, 21 Jul 2011 13:07:32 -0400 Subject: [PATCH] docs for horizontal spriting --- doc-src/content/help/tutorials/spriting.markdown | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc-src/content/help/tutorials/spriting.markdown b/doc-src/content/help/tutorials/spriting.markdown index 82874aef..6a5b9ad7 100644 --- a/doc-src/content/help/tutorials/spriting.markdown +++ b/doc-src/content/help/tutorials/spriting.markdown @@ -52,6 +52,14 @@ simple naming convention for your sprites so that you they are easy to remember should never have to care what the is name of the generated sprite map, nor where a sprite is located within it. + +## Layout Control + +If you prefer horizontal sprites to the `vertical` default just set the magic variable `$-layout` variable. + + $icon-layout:horizontal; + @import "icon/*.png"; + ## Selector Control