Add the missing parameter name to string.unquote() (#414)

This commit is contained in:
Natalie Weizenbaum 2019-11-25 16:45:37 -08:00 committed by GitHub
commit a45d93d573
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -149,7 +149,9 @@ title: sass:string
<% end %>
<% function 'string.unquote()', 'unquote()', returns: 'string' do %>
<% function 'string.unquote($string)',
'unquote($string)',
returns: 'string' do %>
Returns `$string` as an unquoted string. This can produce strings that aren't
valid CSS, so use with caution.