.hide-from-desktop{ display: none; } .hide-from-mobile{ display: block; } @import 'common.scss'; @set { dark: #333; light: #F4F2E2; } body{ background: $(dark); }