Case Converters
Case
Styling
Encoding
Formatting
Translate
Analysis
Random
English
Toggle theme
Toggle Menu
SCSS Formatter
Paste your SCSS code below to beautify and format it.
Indentation
2 spaces
4 spaces
Unformatted SCSS
$primary-color: #333; body { color: $primary-color; a { text-decoration: none; &:hover { text-decoration: underline; } } }
Formatted SCSS
CHARACTERS: 122
WORDS: 17
SENTENCES: 1
LINES: 1