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

c - How to retrieve a variable from the Apache configuration inside the module? -

c# - Constructor arguments cannot be passed for interface mocks -

python - malformed header from script index.py Bad header -