GitXplorerGitXplorer
j

less-entypo-icons

public
4 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
d265bd3dcbd9ac77b4efaefc4f0b9d50c8989663

Merge pull request #1 from reidev/npm-friendly

jjossmac committed 10 years ago
Unverified
f04ddf287fd484f6ade556ad2edc28d2605286fb

Changing mixin call to extension using icon-prefix

committed 10 years ago
Unverified
a6c830e4c7fe721128099c7fffeec7cb374f7428

Changing mixin call to use icon-prefix

committed 10 years ago
Unverified
f19cb25c9bb5af72d0d5a36cb1e1199065dfce4c

Added package.json file

committed 10 years ago
Unverified
7bcf84f2861b0463c8331577080e395c0b517067

Better description of "fixed-width" class

jjossmac committed 11 years ago
Unverified
5f45b4a7fdcf9331811618c613868f373ff1790e

Remove test style

jjossmac committed 11 years ago

README

The README file for this repository.

LESS Entypo Icons

Entypo is a set of 250+ carefully crafted pictograms http://www.entypo.com.

This LESS file includes styles for outputting entypo icons using the :before pseudo element.

Entypo icons:

<span class="entypo entypo-globe"></span>

Social icons:

<span class="entypo-social entypo-social-github"></span>

Or with a mixin in your stylesheet:

<span class="my-existing-class"></span>
.my-existing-class {
	.entypo-icon( red, "\2665", 100px );
}