masajid390 / BeautifyMarker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why depend on Bootstrap?

ruvor opened this issue · comments

commented

Why do you declare dependency on Bootstrap? As far as I can see the only bootstrapish thing your awesome plugin needs is

.beautify-marker {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

May be you would consider removing such a large dependency and include tiny style rule like mentioned above instead?

yep, thank you. I will fix it shortly.