Sha256: a55c4e3b066a60e7effb94a51e41783da13101e4f0ee7c99329bec0bda3bad90
Contents?: true
Size: 422 Bytes
Versions: 6
Compression:
Stored size: 422 Bytes
Contents
// /** // * Copyright (C) 2013 Crossing Hippos - Babs Gösgens. All rights reserved. // * Licensed under GNU General Public License version 2 or later; see LICENSE.txt // */ @if $trace-imports { @debug 'imported'; } @mixin is-hidden { position: absolute; left: -9999em; } @mixin is-not-hidden { position: static; } @mixin is-visible($display: block) { display: $display; } @mixin is-not-visible { display: none; }
Version data entries
6 entries across 6 versions & 1 rubygems