Accessible hiding Mixin

// Accessible hiding @mixin move-offscreen() { position: absolute; top: -9999px; left: -9999px; } .offscreen { @include move-offscreen; }
Hiding an element from view, while still making it accessible

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.