SCSS/LESS Formatter & Minifier
Beautify and minify SCSS/LESS code with custom indentation and compression ratio for frontend styling and release
Input size:0 bytes
Output size:0 bytes
SCSS/LESS Formatting & Minification
What is this tool?
This tool formats and minifies SCSS/LESS source code. Beautify makes indentation and line breaks consistent; Minify removes extra whitespace and comments (optionally keeping important /*! ... */ comments). Everything runs locally in your browser.
Key features
- Beautify SCSS/LESS for readable structure
- Minify SCSS/LESS by removing whitespace and comments
- Custom indentation: 2 spaces, 4 spaces, or tabs
- Shows input/output size and compression ratio
- One-click sample for quick testing
How to use
- Paste SCSS or LESS code into the input
- Choose Beautify or Minify and set options
- Click Process to generate the output
- Click Copy to copy the result
Tips
- Minify removes // comments and regular block comments; use /*! ... */ for license headers you want to keep
- Beautify before review, then minify for release when needed
- If input is empty, the tool will show an error message