Guest User

Untitled

a guest
Nov 20th, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. $icon-map: sprite-map("chat/emoticons/*.png")
  2. $list: angry bluecry blueshock bluexlshock crazy cry crylaugh dead grin happy kiss lovehappy no nodont nowkiss ohcrywhy ohgodno sick sleepyhappy smirk stupidhappy unhappy unhappycry what whocares wink xlangry xlhappy xlunhappy xxlhappy
  3.  
  4. .emoticon
  5. background: $icon-map
  6. width: 24px
  7. height: 24px
  8. background-size: 24px 744px
  9.  
  10. @each $smiley in $list
  11. .emoticon.#{$smiley}
  12. $pos: sprite-position($icon-map, #{$smiley})
  13. background-position: nth($pos, 1) / 2 nth($pos, 2) / 2
Add Comment
Please, Sign In to add comment