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

Commit 17f79be

Browse files
committed
Merge pull request #136 from kambayashia/feature/update-css
Feature/update css
2 parents 63b8b05 + 8af5583 commit 17f79be

File tree

8 files changed

+893
-891
lines changed

8 files changed

+893
-891
lines changed

dist/css/basic/emojify.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
height: 1.5em;
44
display: inline-block;
55
margin-bottom: -0.25em;
6-
}
6+
background-size: contain;
7+
}

dist/css/basic/emojify.min.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
.emoji{width:1.5em;height:1.5em;display:inline-block;margin-bottom:-.25em}
1+
.emoji{width:1.5em;height:1.5em;display:inline-block;margin-bottom:-.25em;background-size:contain}

dist/css/data-uri/emojify-emoticons.css

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/data-uri/emojify-emoticons.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/data-uri/emojify.css

Lines changed: 867 additions & 867 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/data-uri/emojify.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"gulp-uglify": "~1.0.1",
3232
"gulp-rename": "~1.2.0",
3333
"gulp-minify-css": "~0.3.11",
34-
"gulp-image-data-uri": "~0.1.0",
34+
"gulp-image-data-uri": "~1.0.0",
3535
"gulp-filter": "~1.0.2",
3636
"gulp-concat": "~2.4.1",
3737
"jsdom": "^1.1.0",

src/css/basic/emojify.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
height: 1.5em;
44
display: inline-block;
55
margin-bottom: -0.25em;
6-
}
6+
background-size: contain;
7+
}

0 commit comments

Comments
 (0)