mirror of
https://github.com/primer/css.git
synced 2024-12-01 12:42:32 +03:00
box.md: Fix html comment
This commit is contained in:
parent
11d9b37eb0
commit
94d6a902f5
@ -105,7 +105,7 @@ Using an unordered list is recommended in order to target the first and last row
|
|||||||
<div class="Box-header">
|
<div class="Box-header">
|
||||||
Box header
|
Box header
|
||||||
</div>
|
</div>
|
||||||
{/* This wrapping div ensures the first and last rows can be targeted for styling. */}
|
<!-- This wrapping div ensures the first and last rows can be targeted for styling. -->
|
||||||
<div>
|
<div>
|
||||||
<div class="Box-row">Box row using a div</div>
|
<div class="Box-row">Box row using a div</div>
|
||||||
<div class="Box-row">Box row using a div</div>
|
<div class="Box-row">Box row using a div</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user