Skip to content
This repository has been archived by the owner on Apr 8, 2022. It is now read-only.

[proposal] Remove bootstrap as bower dependency #153

Closed
infomiho opened this issue Mar 2, 2016 · 1 comment
Closed

[proposal] Remove bootstrap as bower dependency #153

infomiho opened this issue Mar 2, 2016 · 1 comment
Milestone

Comments

@infomiho
Copy link

infomiho commented Mar 2, 2016

Are there any dependencies from Bootstrap other than this:

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

I use it without Bootstrap (only added your CSS, your JS and the CSS I posted here) in a project and I think it's unnecessary to list bootstrap as dependency.

@itsjavi itsjavi added this to the v3.0.0 milestone Apr 7, 2016
@itsjavi
Copy link
Owner

itsjavi commented Apr 18, 2016

On v 3.0.0 there will be a big refactoring that will make the plugin optionally independent from bootstrap, the only reason to keep it was because of the popover, but this will be optional. Thanks.

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

No branches or pull requests

2 participants