Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jantimon committed Feb 19, 2015
1 parent c44f00b commit 4155751
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@
[![Code Climate](https://codeclimate.com/github/jantimon/css-exclude/badges/gpa.svg)](https://codeclimate.com/github/jantimon/css-exclude)
[![Dependency Status](https://david-dm.org/jantimon/css-exclude.png)](https://david-dm.org/jantimon/css-exclude)

**excludes ugly vendor selectors**
**get rid of ugly third party selectors**

## Motivation

Overwriting long selectors is a real pain and causes code which is hard to maintain.
**css-exclude** allows you to choose which of those selectors don't belong in your stylehsheet.
Overwriting long selectors is a pain and might cause unmaintainable code.
*css-exclude* is post processor that allows you to choose which of those selectors don't belong in your final stylehsheet.
Just by writing a css comment.

## How does it work?

Expand Down

0 comments on commit 4155751

Please sign in to comment.