Skip to content
This repository has been archived by the owner on Dec 24, 2020. It is now read-only.

Commit

Permalink
Update reference.md
Browse files Browse the repository at this point in the history
Fix problem with ’ in section "e" under "String functions"
  • Loading branch information
danieljuhl authored and lukeapage committed Mar 15, 2013
1 parent cc02874 commit 37a0101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/pages/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Output:
Note: Function behavior if a parameter is non-string parameters is not defined. Current implementation returns `undefined` on color and unchanged input on any other kind of argument. This behaviour should not be relied on and can change in the future.

###e
CSS escaping similar to `~"value"` syntax. It expects string as a parameter and return its content as is, but without quotes. It can be used to output CSS value which is either not valid CSS syntax, or uses proprietary syntax which LESS doesnt recognize.
CSS escaping similar to `~"value"` syntax. It expects string as a parameter and return its content as is, but without quotes. It can be used to output CSS value which is either not valid CSS syntax, or uses proprietary syntax which LESS doesnt recognize.

Parameters:

Expand Down

0 comments on commit 37a0101

Please sign in to comment.