// ============================================= // Conditional Content Helpers // Last Updated:2013-8-16 // ============================================= $responsive: true !default; @if $responsive { // desktop helpers .desktop-only { display: block; } .hide-on-desktop {} // ipad helpers .ipad-only { display: none !important; } .hide-on-ipad {} // small tablet helpers .small-tablet-only { display: none !important; } .hide-on-small-tablet {} // mobile helpers .mobile-only { display: none !important; } .hide-on-mobile {} }