@bullhorn/connexys-icons
v1.0.0
Published
A font library that contains all the icon used by Bullhorn Connexys.
Downloads
8
Maintainers
Keywords
Readme
This repository contains the icon fonts maintained by Bullhorn.
Install
Available via npm
npm install --save @bullhorn/connexys-icons
Usage
Loading the Styles
Import from CDN
/* UnPkg for NPM Version*/
<link rel="stylesheet" type="text/css" href="//unpkg.com/@bullhorn/[email protected]/fonts/ConnexysIcons.css"/>
/* RawGit for GitHub Version*/
<link rel="stylesheet" type="text/css" href="//cdn.rawgit.com/bullhorn/connexys-icons/v0.0.0/fonts/ConnexysIcons.css"/>
Import via scss
@include 'connexys-icons';
Using an icon
<i class="icon-candidate"></i>
<i class="icon-persjobson"></i>
<i class="icon-job-application"></i>
<i class="icon-browse"></i>
Contributing
Please read through our contributing guidelines. Included are directions for opening issues, coding standards, and notes on development.
Versioning
Maintained under the Semantic Versioning guidelines as much as possible. Releases will be numbered with the following format:
<major>.<minor>.<patch>
And constructed with the following guidelines:
- Breaking backward compatibility bumps the major (and resets the minor and patch)
- New additions, including new icons, without breaking backward compatibility bumps the minor (and resets the patch)
- Bug fixes, changes to brand logos, and misc changes bumps the patch
For more information on SemVer, please visit http://semver.org.