Skip to content

Commit

Permalink
Add a documentation note
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewRadev committed Nov 15, 2024
1 parent 0a9817a commit 3cfe62d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/sideways.txt
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,11 @@ HTML attributes:
>
<input name="one" id="two" class="three" />
<
Contents of HTML `class` and `style` values:
Contents of HTML `class` and `style` values, and ERuby `class:` strings:
>
<div class="one two three" style="width: 100px; height: 50px;"></div>
<%= link_to 'Something', 'URL', class: 'one two three' %>
<
Handlebars components:
>
Expand Down

0 comments on commit 3cfe62d

Please sign in to comment.