cssmergemedia 0.1.1

cssmergemedia is a Python tool that merges identical media queries in your CSS.For example, the following CSS:    @media screen and (min-width: 480px) and (max-width:899px) {     .foo...