diff --git a/docs/source/docs/positioning.blade.md b/docs/source/docs/positioning.blade.md index 35669c0628d2..b18a3fac7559 100644 --- a/docs/source/docs/positioning.blade.md +++ b/docs/source/docs/positioning.blade.md @@ -66,6 +66,11 @@ features: "top: 0;\nright: 0;\nbottom: 0;\nleft: 0;", "Anchor absolutely positioned element to all the edges of the nearest positioned parent.", ], + [ + '.pin-none', + "top: auto;\nright: auto;\nbottom: auto;\nleft: auto;", + "Reset absolutely positioned element to all the edges from a given breakpoint onwards.", + ], ] ])