You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -77,6 +77,7 @@ Configuration of `sprite` is done via `config/sprite.yml`. It allows you to set
77
77
-`public_path:` defines the root folder where static assets live (defaults to `public/`)
78
78
-`sprites_class:` defines the class name that gets added to all sprite stylesheet rules (defaults to `sprites`)
79
79
-`default_format:` defines the default file image format of the generated files. (defaults to `png`)
80
+
-`default_spacing:` defines the default pixel spacing between sprites (defaults to 0)
80
81
-`class_separator:` used to generated the class name by separating the image name and sprite name (defaults to `-`)
81
82
82
83
*`images:` section provides an array of configurations which define which image files are built, and where they get their sprites from. each image setup provides the following config options:
@@ -101,6 +102,7 @@ All image and style paths should be set relative to the public folder (which is
0 commit comments