css - How about taking out Bootstrap style? -
firstly, don't have experience bootstrap , started second bootstrap project. confused overriding css. may spend more time find out style need changed rather write scratch. thinking... how taking out bootstrap style?
for example, keep markup structure, set color
background
, font
value inherit
, remove shadows, gradients, border
, border-radius
etc.. furthermore, build reference in order check default value easily. can use layout of bootstrap write our own style.
i prefer not directly modify bootstrap source code. use css file better organise. update bootstrap.
by way, miss blankwork grid system, possible add feature bootstrap?
so, think idea or bad?
what looking possibly customised version of bootstrap. see details @ http://twitter.github.io/bootstrap/customize.html. allow pick elements of bootstrap framework use without adding other parts. allows customise fonts , basic shades , colours.
this can done via less system - see http://bootstrap.lesscss.ru/less.html information on how this.
and finally, if having trouble identifying css being applied element, have tried using browser debug tool such firebug in firefox?
Comments
Post a Comment