mirror of
https://github.com/danog/sass-site.git
synced 2024-11-30 04:29:17 +01:00
Add the missing parameter name to string.unquote() (#414)
This commit is contained in:
commit
a45d93d573
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user