Skip to content

Commit

Permalink
formatting fix to stop travis scss lint failures
Browse files Browse the repository at this point in the history
  • Loading branch information
masterbee committed Sep 21, 2014
1 parent f7ba6ab commit e85b018
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/plugins/geomap/sprites/_sprites_geomap.scss
@@ -0,0 +1,15 @@
%_sprites_geomap_scss {
background: url("../assets/sprites_geomap.png") no-repeat;
}

%locate-active {
@extend %_sprites_geomap_scss;
background-position: 0 0;
}

%locate {
@extend %_sprites_geomap_scss;
background-position: 0 -40px;
}


0 comments on commit e85b018

Please sign in to comment.