mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Fix typo in border radius example
This commit is contained in:
parent
be3f9d3850
commit
d9c3f7b6cf
@ -356,7 +356,7 @@ For more information about Tailwind's responsive design features, check out the
|
||||
</div>
|
||||
@endslot
|
||||
@slot('code')
|
||||
<div class="none:rounded sm:rounded-t md:rounded-b-lg lg:rounded-none xlrounded-r ...">
|
||||
<div class="none:rounded sm:rounded-t md:rounded-b-lg lg:rounded-none xl:rounded-r ...">
|
||||
<!-- ... -->
|
||||
</div>
|
||||
@endslot
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user