html - Bootstrap Stylesheet Organization -
i'm utilizing twitter bootstrap framework create personal website.
i've found, however, site looks better slight tweaks of css classes; matter (not in terms of functionality, convention) whether make these changes within provided bootstrap.css file or should move them separate file containing solely changes?
from maintenance point of view, should put custom tweaks in separated css file, (for example) if you'll upgrade/downgrade bootstrap version changes still in-tact.
you should consider, when dealing css frameworks, you'll have dev/debug
version , production/minified
version. if change library code you'll have take care of formats (unless you're performing minification/bundling yourself).
Comments
Post a Comment