gpxl / DryCss

WIP: A gem to point out all the duplication in css styles so they can be cleaned up or sassified.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DryCss

A gem for identifying redundant css

Usage

css = DryCss::CSS.new(uri) css.colors

more to come...

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

WIP: A gem to point out all the duplication in css styles so they can be cleaned up or sassified.

License:MIT License


Languages

Language:Ruby 97.3%Language:CSS 2.7%