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

jossmac/less-entypo-icons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 );
}

About

A single LESS file for including entypo icons

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages