Detalhes do pacote

entypo-stylus

killdream6MIT0.1.0

Predefined classes/functions for Entypo on Stylus.

stylus, css

readme (leia-me)

Entypo Stylus

Provides pre-defined classes and functions for displaying icons using the Entypo font-face.

Installing

$ npm install entypo-stylus

Using

To use, just import the library and define the path to your fonts in your stylus stylesheets.

@import "entypo-stylus"

entypo-define('Entypo', '/path/to/entypo', 'entypo')
entypo-define('Entypo Social', '/path/to/entypo-social', 'entypo-social')

And use the classes in your HTML (the icon will be added as a ::before pseudo-element):

<li class="entypo-pencil">Edit</li>

To see the names for the characters, see the Entypo Charmap.