mirror of
https://github.com/danog/sass-site.git
synced 2025-01-22 05:41:42 +01:00
Fix code example (#339)
Minor fix: `to-lower-case` featured a `to-upper-case` example
This commit is contained in:
parent
a41d9df7ef
commit
c582c015b2
@ -112,11 +112,11 @@ title: String Functions
|
||||
[ASCII]: https://en.wikipedia.org/wiki/ASCII
|
||||
|
||||
<% example(autogen_css: false) do %>
|
||||
@debug to-upper-case("Bold"); // "bold"
|
||||
@debug to-upper-case(SANS-SERIF); // sans-serif
|
||||
@debug to-lower-case("Bold"); // "bold"
|
||||
@debug to-lower-case(SANS-SERIF); // sans-serif
|
||||
===
|
||||
@debug to-upper-case("Bold") // "bold"
|
||||
@debug to-upper-case(SANS-SERIF) // sans-serif
|
||||
@debug to-lower-case("Bold") // "bold"
|
||||
@debug to-lower-case(SANS-SERIF) // sans-serif
|
||||
<% end %>
|
||||
<% end %>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user