From: Jeremy Thomas Date: Sun, 10 Apr 2016 16:21:19 +0000 (+0100) Subject: Add global hidden helper X-Git-Tag: 0.0.18~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac20529d741722dc87d68f43dac731430bdda2dd;p=thirdparty%2Fbulma.git Add global hidden helper --- diff --git a/bulma/base/helpers.sass b/bulma/base/helpers.sass index 3186ae426..549f38897 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