Skip to content

Commit

Permalink
Fix list.slash documentation example (#629)
Browse files Browse the repository at this point in the history
  • Loading branch information
inomn committed May 16, 2022
1 parent d5bfb55 commit 443cf50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/documentation/modules/list.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -213,9 +213,9 @@ title: sass:list
<% end %>
<% example(autogen_css: false) do %>
@debug list.slash(1px, 50px, 100px); // 10px / 50px / 100px
@debug list.slash(1px, 50px, 100px); // 1px / 50px / 100px
===
@debug list.slash(1px, 50px, 100px) // 10px / 50px / 100px
@debug list.slash(1px, 50px, 100px) // 1px / 50px / 100px
<% end %>
<% end %>
Expand Down

0 comments on commit 443cf50

Please sign in to comment.