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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -88,8 +88,8 @@ Configuration of `sprite` is done via `config/sprite.yml`. It allows you to set
88
88
89
89
*`config:` section defines all the global properties for sprite generation. Such as how it generates the styles, where it looks for images, where it writes it output file to, and what image file format it uses by default
90
90
-`style:` defines how the style rules are outputted. built in options are `css`, `sass`, and `sass_mixin`. (defaults to `css`)
91
-
-`output_path:` defines the file path where your style settings get written. the file extension not needed as it will be determined by the style setting above (defaults to `public/stylesheets/sprite`)
92
-
-`image_output_path:` defines the folder path where the combined sprite images files are written (defaults to `public/images/sprite/`)
91
+
-`output_path:` defines the file path where your style settings get written (defaults to `public/stylesheets/sprites`). the file extension not needed as it will be set based on the `style:` setting
92
+
-`image_output_path:` defines the folder path where the combined sprite images files are written (defaults to `public/images/sprites/`)
93
93
-`source_path:` defines the folder where source image files are read from (defaults to `public/images/`)
94
94
-`default_format:` defines the default file image format of the generated files. (defaults to `png`)
95
95
-`class_separator:` used within the generated class names between the image name and sprite name (defaults to `_`)
0 commit comments