twitter bootstrap - How can I make the dreamweaver format the css file as sublime -


dreamweaver display css file style

image

add sublime display below

image2

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

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -