1
1
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:
Cole Bemis 2019-08-19 22:34:30 -07:00
parent 11d9b37eb0
commit 94d6a902f5

View File

@ -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>