From ac20529d741722dc87d68f43dac731430bdda2dd Mon Sep 17 00:00:00 2001 From: Jeremy Thomas Date: Sun, 10 Apr 2016 17:21:19 +0100 Subject: [PATCH] Add global hidden helper --- bulma/base/helpers.sass | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bulma/base/helpers.sass b/bulma/base/helpers.sass index 3186ae42..549f3889 100644 --- a/bulma/base/helpers.sass +++ b/bulma/base/helpers.sass @@ -32,6 +32,9 @@ // Visibility +.is-hidden + display: none !important + .is-hidden-mobile +mobile display: none !important