# entypo-stylus

> Predefined classes/functions for Entypo on Stylus.

Latest version **0.1.0** (published 2013-05-03) · MIT license · 0 weekly downloads

## Install

```sh
npm install entypo-stylus
pnpm add entypo-stylus
yarn add entypo-stylus
bun add entypo-stylus
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.0 |
| Published | 2013-05-03 |
| First published | 2013-05-03 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Quildreen "Sorella" Motta |
| Maintainers | killdream |
| Keywords | stylus, css |

## Links

- npm: https://www.npmjs.com/package/entypo-stylus
- Repository: https://github.com/killdream/entypo-stylus
- npm.io page: https://npm.io/package/entypo-stylus

## Alternatives

- [style-dictionary](https://npm.io/package/style-dictionary.md) — 2.0M weekly downloads
- [postcss-merge-idents](https://npm.io/package/postcss-merge-idents.md) — 1.7M weekly downloads
- [@fontsource/noto-sans](https://npm.io/package/@fontsource/noto-sans.md) — 93.0K weekly downloads
- [uglifycss](https://npm.io/package/uglifycss.md) — 71.6K weekly downloads
- [mat4-interpolate](https://npm.io/package/mat4-interpolate.md) — 23.3K weekly downloads

## Recent versions

- 0.1.0 (latest) — 2013-05-03

## README

# 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.

```css
@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):

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

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

[Entypo]: http://www.entypo.com/
[Entypo Charmap]: http://www.entypo.com/characters/

---
_Source: https://npm.io/package/entypo-stylus · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
