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

This is a great project. Have you considered porting it to Bootstrap 3? #1

Open
jasondodds opened this issue Mar 7, 2014 · 3 comments

Comments

@jasondodds
Copy link

I would be happy to help with this if you let me know what type of mods to stock Bootstrap need to be made to make it boot-force compliant.

@azhar-js
Copy link
Owner

the issue I faced initially was namespacing the CSS .. Bootstrap modifies all the elements on the page if the class conflicts occurs.. so I made it to nest it under a root class = "bootstrap-force"
so all the Bootstrap css will only apply if the parent Div has this class..
I modified the SASS file of the Bootstrap and recompiled it
However there were issues with jQuery-UI because things like jquery dialog appends the dialog to the i tweeked it to append to the "bootstrap-force' class
and some other changes too..
thanks..

@jasondodds
Copy link
Author

Thanks for the reply. I already downloaded Bootstrap 3 and compiled it with
a namespace and it has worked well using a root div with that namespace
class. I can send you the code of you are interested.
On Mar 22, 2014 11:40 AM, "azhar-js" notifications@github.com wrote:

the issue I faced initially was namespacing the CSS .. Bootstrap modifies
all the elements on the page if the class conflicts occurs.. so I made it
to nest it under a root class = "bootstrap-force"
so all the Bootstrap css will only apply if the parent Div has this
class..
I modified the SASS file of the Bootstrap and recompiled it
However there were issues with jQuery-UI because things like jquery dialog
appends the dialog to the
i tweeked it to append to the "bootstrap-force' class
and some other changes too..
thanks..

Reply to this email directly or view it on GitHubhttps://github.com//issues/1#issuecomment-38354748
.

@azhar-js
Copy link
Owner

Awesome.. sure.. u can however update the css and send a pull request.. directly .. it will be pleasure for me to accept it.. thanks..

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

No branches or pull requests

2 participants