CSS Beautify - A Tool To Automatically Format Your Style To Be Consistent And Easy To Read (Inc. CSS3)
Join the DZone community and get the full member experience.
Join For Free
css beautify
automatically formats your style to be consistent and easy to read. it
is an online tool, with a simple user interface,
with real-time formatting done, as you type your css code. css beautify
can also format css3 code easily. features:
requirements : none
demo : http:/ / cssbeautify. com/
license : mit license
- only one blank line between two rulesets
- closed curly brace is at its own line
- there is no empty line between declarations inside a ruleset
- no space between the property name and colon
- one space between colon and the property value
- comments are preserved

requirements : none
demo : http:/ / cssbeautify. com/
license : mit license
CSS
Published at DZone with permission of Hirvesh Munogee, DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
Comments