From 8e6182b06515e8b9c3d99b5e1253a5cd4995f35e Mon Sep 17 00:00:00 2001 From: Marcos Moura Date: Mon, 26 Dec 2016 13:25:34 -0200 Subject: [PATCH] add docs for responsive offset #234 --- docs/src/pages/ui-elements/Layout.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/src/pages/ui-elements/Layout.vue b/docs/src/pages/ui-elements/Layout.vue index be819de..6309537 100644 --- a/docs/src/pages/ui-elements/Layout.vue +++ b/docs/src/pages/ui-elements/Layout.vue @@ -120,6 +120,12 @@ Number Create a empty space before the actual child. Accepts the same value of md-flex Example: md-flex-offset="50" + + + md-flex-offset-{type} + Number + Create a empty space before the actual child on screen sizes less than or equal to given breakpoint. Example: md-flex-offset-small="20" +