diff --git a/doc-src/content/help/tutorials/spriting.markdown b/doc-src/content/help/tutorials/spriting.markdown index 6a5b9ad7..dfd4fd5c 100644 --- a/doc-src/content/help/tutorials/spriting.markdown +++ b/doc-src/content/help/tutorials/spriting.markdown @@ -55,11 +55,20 @@ is located within it. ## Layout Control -If you prefer horizontal sprites to the `vertical` default just set the magic variable `$-layout` variable. +Set the `$-layout` variable to the preferred layout method. + +* vertical - default +* horizontal - lays images out side by side +* diagonal - lays images out corner to corner none of the spacing of padding options are taken into account + +Example: $icon-layout:horizontal; @import "icon/*.png"; - + + $dropcap-layout:diagonal + @import "dropcap/*.png"; + ## Selector Control