summaryrefslogtreecommitdiffstats
path: root/theme/stylesheets/mixins.less
diff options
context:
space:
mode:
Diffstat (limited to 'theme/stylesheets/mixins.less')
-rwxr-xr-xtheme/stylesheets/mixins.less4
1 files changed, 4 insertions, 0 deletions
diff --git a/theme/stylesheets/mixins.less b/theme/stylesheets/mixins.less
index e6f0bcd..0ee4ebb 100755
--- a/theme/stylesheets/mixins.less
+++ b/theme/stylesheets/mixins.less
@@ -12,3 +12,7 @@
-o-transition: -o-transform @transition;
transition: transform @transition;
}
+
+.hidden {
+ display: none;
+}