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.
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:
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>
Test bootflat
Flat buttonReplacing the cdns with the local files, the UI is not rendered correctly. Any leads on what I might be missing?
Help is much appreciated.