twitter bootstrap - How can I make the dreamweaver format the css file as sublime -
dreamweaver display css file style
add sublime display below
i suppose format sublime display helpful read css file
you're looking @ 2 different files. in dreamweaver you're looking @ bootstrap.min.css, has been minified, while in sublime you're looking @ bootstrap-theme.css, has not been minified, of course they're going different. dreamweaver using "live view" function, examining files sent web server. minified files used here save bandwidth. if want view/modify file being displayed in dreamweaver, open project in sublime , find bootstrap.css. if make changes, make sure re-minify changes applied site. however, way bootstrap works, shouldn't have make changes bootstrap[.min].css, instead can override specific rules in own .css file loaded after bootstrap's.


Comments
Post a Comment