Skip to content

Instantly share code, notes, and snippets.

@rangalo
Created October 26, 2015 17:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rangalo/08ce47a25a4066d4fd38 to your computer and use it in GitHub Desktop.
Save rangalo/08ce47a25a4066d4fd38 to your computer and use it in GitHub Desktop.
How to use the mixin
// usage of the mixin
select:before {
content: '';
background: $lightGrey src (resource_url('img/dropdown.png')) center center no-repeat;
background-size: 75%;
height: $baseUnit*3;
width: $baseUnit*3;
z-index: 3;
position: absolute;
top: 0;
right: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment