mirror of
https://github.com/danog/sass-site.git
synced 2024-11-27 12:35:03 +01:00
fix: typo (#523)
This commit is contained in:
parent
26537b9459
commit
6cca974fa5
@ -72,11 +72,11 @@ title: sass:string
|
||||
<% example(autogen_css: false) do %>
|
||||
@debug string.length("Helvetica Neue"); // 14
|
||||
@debug string.length(bold); // 4
|
||||
@debug string.index(""); // 0
|
||||
@debug string.length(""); // 0
|
||||
===
|
||||
@debug string.length("Helvetica Neue") // 14
|
||||
@debug string.length(bold) // 4
|
||||
@debug string.index("") // 0
|
||||
@debug string.length("") // 0
|
||||
<% end %>
|
||||
<% end %>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user