Web Analytics
Skip to main content

Andosi - Blog

Where we discuss The Art of Great System Design

CSS Consolidator jiu-jitsu

Lance Russell

02 November 2012

CSS Consolidator

Sometimes you inherit a huge pile of CSS and want to make a few changes. Sometimes there are huge groups of duplicated rules. Sometimes, you just want to see everywhere Comic Sans is used in your stylesheets. (Hopefully, nowhere.)
Paste in your Source CSS below and click Consolidate CSS.  Rules and selectors will be consolidated in the next textbox.  All processing is done client-side in JavaScript.
Below that, you will see a breakdown of your styles, arranged by Selector, Attribute and Values.
Why did I do this?  Why not?

Source CSS (No @media tags please)

Consolidated CSS

SelectorsAttributesValues

This blog has been relocated from http://mbsguru.blogspot.com/ with authorization.

More Blog Posts


Connecting to a Microsoft CRM 2013 Internet Facing Deployment with C#

Tom Karpowich
Integrating and retrieving data from a Microsoft CRM 2013 instance is a common request, and I have found myself working on a number of these solutions lately. I encountered a recent example where a client was using an Internet Facing Deployment of...

Create a Vendor in Dynamics GP 2010 with eConnect using In Memory Serialization

Bryan Prince
Developing several integrations between Microsoft Dynamics GP 2010 and various third-party systems the last few weeks reminded me to update my previous article on In Memory Serialization for eConnect 10. Microsoft Dynamics GP 2010 uses eConnect ve...