4.7.1 • Published 7 years ago

font-awesome-stylus v4.7.1

Weekly downloads
144
License
MIT
Repository
-
Last release
7 years ago

Font Awesome Stylus

Stylus Port for Font Awesome

Installation

Import font-awesome in your project and configure fonts path correctly ($fa-font-path)

Bower support

bower install font-awesome-stylus

NPM support

npm install font-awesome-stylus

Usage

Set font path

$fa-font-path = "../fonts"
// OR
$fa-font-path = "http://netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts"

Example of requiring and using font-awesome middleware to create compile function to utilize in other frameworks.

var fontAwesome = require('font-awesome-stylus'),
    stylus      = require('stylus');

function compile(str) {
  return stylus(str)
    .use(fontAwesome());
}

To import whole font-awesome in your stylus file:

@import "font-awesome-stylus"

Include icon using mixin

.my-icon
  fa(user)

Original source

http://fortawesome.github.io/Font-Awesome

4.7.1

7 years ago

4.7.1-alpha.1

7 years ago

4.7.0-alpha.1

7 years ago

4.7.0-dev

7 years ago

4.7.0

7 years ago

4.6.3

8 years ago

4.6.2

8 years ago

4.5.0

8 years ago

4.4.0

9 years ago

4.3.0

9 years ago

1.2.0

10 years ago