https://github.com/eteubert/cssbeauty
Provides a magic box that makes your CSS beautiful
https://github.com/eteubert/cssbeauty
Last synced: about 1 year ago
JSON representation
Provides a magic box that makes your CSS beautiful
- Host: GitHub
- URL: https://github.com/eteubert/cssbeauty
- Owner: eteubert
- Created: 2010-09-24T14:51:45.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2010-09-25T16:22:49.000Z (over 15 years ago)
- Last Synced: 2025-04-28T18:56:23.376Z (about 1 year ago)
- Language: Ruby
- Homepage: http://blazing-wind-99.heroku.com
- Size: 215 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
What it does
============
* adds empty line between rules
* indents properties by 4 spaces
* adds space after colon
* adds space after selectors
* replace "0<unit>" with "0"
* removes rules without properties
* strips all comments
For the future and beyond
=========================
* make features optional
* user defined indention (spaces & tabs)
* sort properties (positioning first, then width, height, etc. ... something like that)
* provide option to expand CSS3 stuff to all-browser-compatible ruleset