From 4272a51759494928656121b36fe877329e985aff Mon Sep 17 00:00:00 2001 From: Nestor Vera Date: Fri, 26 Jan 2018 16:17:42 +0100 Subject: [PATCH] Add .pin-none to the docs --- docs/source/docs/positioning.blade.md | 5 +++++ 1 file changed, 5 insertions(+) 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.", + ], ] ])