![]() | Name | Last modified | Size | Description |
---|---|---|---|---|
![]() | Parent Directory | - | ||
![]() | README.md | 2 years ago | 1.0K | 0fb859dc fixed mobile overflwo options [كارل مبارك] |
![]() | _emojione-awesome.map.scss | 2 years ago | 81K | 0fb859dc fixed mobile overflwo options [كارل مبارك] |
![]() | emojione-awesome.scss | 2 years ago | 675 | 0fb859dc fixed mobile overflwo options [كارل مبارك] |
![]() | generate.js | 2 years ago | 590 | 0fb859dc fixed mobile overflwo options [كارل مبارك] |
In the same vein as Font-Awesome, Emojione Awesome is for front end developers who just wanna drop an emoji on a page without using any sorts of scripts. Uses human-friendly class names (based on emoji shortcodes). View a full list of shortcodes at www.emoji.codes
<!-- Coffee Emoji -->
<i class="e1a-coffee"></i>
Additional classes let you modify size:
<!-- Coffee Emoji (small) -->
<i class="e1a-coffee e1a-sm"></i>
<!-- Coffee Emoji (medium) -->
<i class="e1a-coffee e1a-med"></i>
<!-- Coffee Emoji (large) -->
<i class="e1a-coffee e1a-lg"></i>
Special Thanks to Michael Hartmann for creating these scripts for us!
cd lib/emojione-awesome
node generate.js
Once you've generated the mapping you can build the css files via grunt. The compiled styles are output into /extras/css/emojione-awesome.css
npm install grunt grunt-contrib-sass
grunt sass