CSS Formatter

Format and beautify CSS stylesheets with proper indentation. Free online CSS formatter.

Input331 chars
Output
0 chars

Examples

Raw CSS Input
.header{background-color:#fff;padding:20px;border-bottom:1px solid #ddd}
Formatted CSS Output
.header {
  background-color: #fff;
  padding: 20px;
  border-bottom: 1px solid #ddd
}

Frequently Asked Questions

Does this support SCSS/SASS styling syntax?

Yes. In addition to vanilla CSS, this formatter works with standard nested structures and selector formats common in preprocessor CSS formats.

Related Tools