Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Using Fuel UX

adamalex edited this page Apr 29, 2013 · 2 revisions

Using Fuel UX

The Fuel UX distribution includes all of the CSS and JavaScript from Bootstrap. For simple integration, just replace your Bootstrap references with Fuel UX.

Simple integration into a page

  • Add the fuelux class to your HTML element:

<html class="fuelux">

  • Ensure jQuery is being loaded on your page:

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" type="text/javascript"></script>

  • Replace any Bootstrap CSS references with the following:

<link href="//fuelcdn.com/fuelux/2.3/css/fuelux.min.css" rel="stylesheet" /> (Bootstrap + Fuel UX CSS) <link href="//fuelcdn.com/fuelux/2.3/css/fuelux-responsive.min.css" rel="stylesheet" /> (Bootstrap Responsive, optional)

  • Replace any Bootstrap JavaScript references with the following:

<script src="//fuelcdn.com/fuelux/2.3/loader.min.js" type="text/javascript"></script> (Bootstrap + Fuel UX JavaScript)

Clone this wiki locally