A simple web tool to convert CSS code between regular and bundled formats.
- Bundle CSS – Convert standard CSS into a minified "bundled" format (single line).
- Unbundle CSS – Revert bundled CSS back to a readable, expanded format.
- No validation – Pure formatting, no syntax checks (handles any input as-is).
- Hotkeys – Press
Ctrl+Enterto quickly transform code. - Persistent state – Your input/output survives page refreshes (auto-saved in
localStorage). - Mobile-friendly – Works on phones, tablets, and desktops.
- Paste CSS into the input area.
- Click:
- "Squeeze CSS" (
Ctrl+Enter) → Minified one-line format. - "Beautify CSS" (
Ctrl+Enter) → Expanded human-readable CSS.
- "Squeeze CSS" (
- Copy the result with the "Copy" button.
- JavaScript
- CSS3
- HTML5
Note: This tool doesn’t validate CSS syntax—it only reformats text!
For developers who need quick conversions between bundled (e.g., build output) and unbundled CSS during debugging or asset optimization.
MIT – Free to use, modify, and distribute.