CSS minifier

Basic CSS compaction: comments and spaces. Validate visually after minifying.

{{ t("sizeBefore") }}: {{ minifyCss.beforeSize }}
{{ t("sizeAfter") }}: {{ minifyCss.afterSize }}
{{ t("sizeReduction") }}: {{ minifyCss.reduction }}

Overview

Advanced minifiers may reorder and optimize more aggressively. Compare with your build tool.

Tool guide

  • O que é CSS Folhas de estilo que descrevem apresentação de HTML.
  • O que o minificador faz Compacta removendo comentários e espaços desnecessários.
  • Por que usar Estimativa de tamanho e experimentos. Valide visualmente; minificadores agressivos do pipeline de build podem fazer mais.

Snippet

.btn { color: #fff; padding: 8px; }

FAQ

What is this tool for?

It runs fully in your browser: useful to validate, format, or convert data in everyday development.

Are my inputs sent to a server?

Processing happens locally with JavaScript. We do not store what you paste into the text areas.

Can I use this for real production data?

Use at your own risk. For secrets (passwords, tokens), prefer controlled environments and your company policies. And always review the generated contents. Never trust blindly things you see on the internet.