diff options
Diffstat (limited to 'source/stylesheets/library/_sprite_hover.sass')
-rw-r--r-- | source/stylesheets/library/_sprite_hover.sass | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source/stylesheets/library/_sprite_hover.sass b/source/stylesheets/library/_sprite_hover.sass new file mode 100644 index 00000000..13c644f6 --- /dev/null +++ b/source/stylesheets/library/_sprite_hover.sass @@ -0,0 +1,4 @@ +=sprite-column-hover-row(!col, !row_hover=2, !width=!sprite_default_size, !height=!sprite_default_size, !margin=!sprite_default_margin) + +sprite-position(!col, 1, !width, !height, !margin) + &:hover + +sprite-position(!col, !row_hover, !width, !height, !margin)
\ No newline at end of file |