Skip to content

Releases: dan-gamble/postcss-font-awesome

0.4.0

Choose a tag to compare

@dan-gamble dan-gamble released this 06 Feb 14:58
0838995

0.3.3

Choose a tag to compare

@dan-gamble dan-gamble released this 24 May 13:21

FIXED: Bug where a class with a hyphen ie fa-level-down was failing

0.3.2

Choose a tag to compare

@dan-gamble dan-gamble released this 24 May 12:43
  • Removed generateIconConfig.js from .npmignore

0.3.1: Merge pull request #6 from maraisr/master

Choose a tag to compare

@dan-gamble dan-gamble released this 24 May 12:33
  • Create the icons on postinstall instead of install

0.3.0: New way to get `fa-` in the content tags (#5)

Choose a tag to compare

@dan-gamble dan-gamble released this 24 May 08:08

Thanks to @maraisr for this release, he submitted an awesome PR for all of this :)

  • The ability to add additional content to the font-awesome declaration was added.
  • icons.json is now generated on post install and is built from the master font-awesome repo instead of a pinned package.json version which keeps the icons.json far more up to date and means a release here doesn't need to be done every font-awesome release.