Jitendra Vyas
Jitendra Vyas

Reputation: 152627

Which free CSS editor has most customizable options/settings for CSS code view formatting?

Which free CSS editor has most customizable options/settings for CSS code view formatting?

for Windows.

Should be able to set automatic css code to any of these type of formatting.

http://css-tricks.com/different-ways-to-format-css/

Upvotes: 0

Views: 103

Answers (1)

thecoshman
thecoshman

Reputation: 8650

erm, it's CSS, its hardly the most complex of languages, its barely a language. Something like notepad++ (not the notepad built into windows btw) will be able to 'simplify' CSS. You may also find it handy to use Firefox or Chrome as you can edit bits of CSS LIVE, this means you can very quickly see if you the differences of overflow:auto or overflow:scrollfor example.

Upvotes: 1

Related Questions