Skip to content

Commit a3423fc

Browse files
author
Phillip Gruneich
committed
Missing indentation.
A code example was missing 2 spaces on its indentation and Markdown was parsing it as regular text.
1 parent 81b782c commit a3423fc

File tree

1 file changed

+1
-1
lines changed
  • compass-style.org/content/reference/compass/helpers

1 file changed

+1
-1
lines changed

compass-style.org/content/reference/compass/helpers/sprites.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ documented_functions:
9292
Passing `true` for `$use-percentages` results in the background position
9393
being expressed in percentages instead of pixels. Example:
9494

95-
background: url('/images/icons.png?12345678') 0 25% no-repeat;
95+
background: url('/images/icons.png?12345678') 0 25% no-repeat;
9696

9797
#sprite-width.helper
9898
%h3

0 commit comments

Comments
 (0)