css_dead_class 1.0.2
Gem that, given a collection of HTML documents and CSS files, will remove any class attributes in the HTML set to CSS selectors that do not exist in the CSS files.
          Gemfile:
          =
        
        
          install:
          =
        
      Runtime Dependencies (2):
            css_parser
            ~> 1.4
          
          
            nokogiri
            ~> 1.6
          
    