Sha256: 1e45a8850cac7b13bd76ee5cf26bfde454596de1fb4977e40bc62dca787f6904

Contents?: true

Size: 864 Bytes

Versions: 1

Compression:

Stored size: 864 Bytes

Contents

# font-awesome-sass-mixins
For those of us who want to use Font Awesome without class tags and without loading every single class definition.


### Installation

```bash
gem install font-awesome-sass-mixins
```
then

```sass
@import font-awesome-mixins
```

- Make sure you have the @font-face declaration somewhere in your SASS already. I may add that automatically in the near future.
- Make sure your fonts directory is also setup and that your @font-face points at it. This gem cannot really help you with that, it's out of scope.

### Usage

```sass
.my-element
	+fa-icon(pencil)
```

### Compilation
###### (no Rails or Compass hooks yet sorry)

```bash
sass -r font-awesome-sass-mixins my/sass/dir/styles.sass
```

### Current Feature

- Basic icon inclusion

### Future Feature

- Convenience parameters for controlling attributes like color, size etc...

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
font-awesome-sass-mixins-4.3.0 README.md