Features
provide the property-value pair in reverse eg.
red color → color: red;
omit implied property names eg.
inline-block → display: inline-block;
new on infix shorthand eg.
#eee on #333 → color: #eee; background: #333;
many new aliases eg. 2px r ! → border-radius: 2px !important;
single line rules for compactness and readability
generate and load css straight from css-reborn code on the fly with js
Demo
Type some css-reborn and inspect the generated css code or type some regular css and get
the css-reborn reduced version
Examples
A series of examples showing some examples and the features of css-reborn