bootflat / bootflat.github.io

BOOTFLAT is an open source Flat UI KIT based on Bootstrap 3.3.0 CSS framework. It provides a faster, easier and less repetitive way for web developers to create elegant web apps.
http://bootflat.github.io
MIT License
4.25k stars 432 forks source link

Using bootflat with salesforce #89

Open nadeemat opened 9 years ago

nadeemat commented 9 years ago

First, bootflat is an awesome theme, simple and beautiful.

My issue: I have been trying to integrate bootflat with another platform, for which I rebuilt bootflat using grunt so that bootflat is applied only to elements within a div with a specific class ex: bf-ui. Since bootflat is built on top of bootstrap I followed a similar approach for building bootstrap css that work only for divs with a specific class. Every thing works great on the files supplied with the package such as the documentation.html, but the moment I try to build my own mark-up it fails, I'm using the code provided on the github repo under the Quick start section, code here:

<!doctype html>

Minimal Bootflat example ```

Test bootflat

Flat button
```

Replacing the cdns with the local files, the UI is not rendered correctly. Any leads on what I might be missing?

Help is much appreciated.