Created
October 26, 2015 17:46
-
-
Save rangalo/08ce47a25a4066d4fd38 to your computer and use it in GitHub Desktop.
How to use the mixin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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