Skip to content
This repository has been archived by the owner on Oct 3, 2018. It is now read-only.

Commit

Permalink
Merge pull request #146 from Ranks/develop
Browse files Browse the repository at this point in the history
1.1.0
  • Loading branch information
adam-lynch committed Jul 9, 2015
2 parents fe0dd41 + 87dc269 commit 230b992
Show file tree
Hide file tree
Showing 1,790 changed files with 886 additions and 917 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "emojify.js",
"main": "dist/js/emojify.js",
"version": "1.0.5",
"version": "1.1.0",
"homepage": "https://github.com/hassankhan/emojify.js",
"authors": [
"Hassan Khan (hassankhan)"
Expand Down
Empty file modified dist/css/data-uri/emojify-emoticons.css
100755 → 100644
Empty file.
Empty file modified dist/css/data-uri/emojify-emoticons.min.css
100755 → 100644
Empty file.
16 changes: 0 additions & 16 deletions dist/css/data-uri/emojify.css
100755 → 100644

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/data-uri/emojify.min.css
100755 → 100644

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/css/sprites/emojify-emoticons.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
.emoji {
background-image: url('../../images/emojify-emoticons.png');
background-image: url('../../images/sprites/emojify-emoticons.png');
display: inline-block;
}

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.emoji {
background-image: url('../../images/[email protected]');
background-image: url('../../images/sprites/[email protected]');
background-size: 180px 144px;
}
}
Expand Down
2 changes: 1 addition & 1 deletion dist/css/sprites/emojify-emoticons.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 230b992

Please sign in to comment.