Getting Started

License

Check the license page and be sure you have the correct license for what you're going to do.

Link the CSS

Link to the CSS file from within the head of your HTML file.

					
<link type="text/css" rel="stylesheet" href="./css/bf-styles.css">
					
				

Link the JavaScript

Link to the JS file before the closing body tag within your HTML file.

					
<script type="text/javascript" src="./js/bf-script.js"></script>
					
				

Read the documentation

Simply read through the documentation as needed and you're set to go!

There are a few elements that don't have documentation (ie checkbox, radio buttons, textarea, select and range) purely because they are just styling of the elements themselves, nothing else is needed.