Skip to content

Commit ad34c40

Browse files
authored
Merge pull request #4 from mvega3/patch-1
padding -> spacing utilities
2 parents 89cf0bb + 2975993 commit ad34c40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/docs/positioning.blade.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ Offsets are calculated relative to the viewport and the element *will* act as a
270270

271271
Use the `.pin{-edge?}` utilities to anchor absolutely positioned elements against any of the edges of the nearest positioned parent.
272272

273-
Combined with Tailwind's [padding utilities](/docs/padding), you'll probably find that these are all you need to precisely control absolutely positioned elements.
273+
Combined with Tailwind's [spacing utilities](/docs/spacing), you'll probably find that these are all you need to precisely control absolutely positioned elements.
274274

275275
<div class="flex items-start mt-8 text-sm leading-none mb-8">
276276
<div class="pr-12">

0 commit comments

Comments
 (0)