Sha256: 51ae49ca07a0e7cadb58bebe451e9e94ce59f598e07387c846a9528137e65a98

Contents?: true

Size: 676 Bytes

Versions: 1

Compression:

Stored size: 676 Bytes

Contents

# Changelog

**1.0.0.pre**

 - Designed to work with fontcustom 1.0.0.pre
 - Leveraging fontcustom's new `Fontcustom::Generator::Font` to generate font without stylesheets
 - Generating custom stylesheet (see `lib/compass/fontcustom/templates/stylesheet.scss.erb) via mixins
 - After `@import`ing your font you now need to `@include all-font-name-glyphs` to have classes available
 - Font glyph class names follow this naming scheme: `.icon-<font>-<glyph>`
 - New Sass function: `glyph(index)` which yields `:before` styles with proper index pointing at a specific glyph  
   Example:  
   `&:before { content: "\<index>"; }`

**0.0.1**

 - obsolete. doesn't matter anymore.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
compass-fontcustom-1.0.0.pre CHANGELOG.md