From 407a1a30fb74c5a949bee2be47a613558b21145e Mon Sep 17 00:00:00 2001 From: Andrew Heuermann Date: Sat, 24 Jun 2017 18:19:27 -0500 Subject: [PATCH] Adding 'is-hidden' to helpers in docs (#798) --- docs/documentation/modifiers/helpers.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/documentation/modifiers/helpers.html b/docs/documentation/modifiers/helpers.html index 4c1af599..e323e441 100644 --- a/docs/documentation/modifiers/helpers.html +++ b/docs/documentation/modifiers/helpers.html @@ -50,7 +50,7 @@ doc-subtab: helpers Text is right-aligned - Other + Other is-marginless Removes any margin @@ -62,6 +62,10 @@ doc-subtab: helpers is-unselectable Prevents the text from being selectable + + is-hidden + Hides element +