Created
March 15, 2017 19:10
-
-
Save opdavies/9126a92c867fe4529c396e68e2348780 to your computer and use it in GitHub Desktop.
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
$icons: ( | |
camera: 'factsheet_bg.png', | |
ebook: 'library_bg.png', | |
newsletter: 'newsletter_bg.png', | |
pages: 'project_results_bg.png', | |
publications: 'publications_bg.png', | |
youtube: 'youtube_bg.png', | |
); | |
@each $class, $filename in $icons { | |
li.icon-#{$class} { | |
background: url('../images/#{$filename}') no-repeat 0 50% !important; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment