Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using bootflat with salesforce #89

Open
nadeemat opened this issue Jul 17, 2015 · 0 comments
Open

Using bootflat with salesforce #89

nadeemat opened this issue Jul 17, 2015 · 0 comments

Comments

@nadeemat
Copy link

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>

<title>Minimal Bootflat example</title>
<body>
    <div class="bf-ui tw-bs">
    <h1>Test bootflat</h1>
    <a class="btn btn-primary">Flat button</a>

    <!-- Bootstrap -->
    <script src="https://code.jquery.com/jquery-1.11.0.min.js"></script>
    <script src="https://netdna.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>

    <!-- Bootflat's JS files.-->
    <script src="https://bootflat.github.io/bootflat/js/icheck.min.js"></script>
    <script src="https://bootflat.github.io/bootflat/js/jquery.fs.selecter.min.js"></script>
    <script src="https://bootflat.github.io/bootflat/js/jquery.fs.stepper.min.js"></script>
</div>
</body>

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant