Skip to content

Instantly share code, notes, and snippets.

@hjortureh
Last active December 31, 2015 15:19
Show Gist options
  • Save hjortureh/8006074 to your computer and use it in GitHub Desktop.
Save hjortureh/8006074 to your computer and use it in GitHub Desktop.
@include "variables";
$module: ".toolbar";
#{$module}__search-input {
&:focus {
border: 1px solid $active-color;
}
@include if-wider-than($medium-breakpoint) {
/* styles for this breakpoint */
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment