Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
billouboq committed Aug 11, 2018
1 parent 25c9a49 commit 5ce8938
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,17 @@ gulp.task('css', function () {

CSS files to search duplicates within source file.

#### mode

- Type: `string` (not case sensitive)
- Optional
- Default: `MatchAtleastOne`

Can be `MatchAtleastOne` or `MatchAll`.

If `MatchAll` is used, css will be removed only if it is present in ALL targets files.
If `MatchAtleastOne` is used, css will be removed when it is present ATLEAST in one of targets css files.

## Testing

To test this plugin, just run :
Expand Down

0 comments on commit 5ce8938

Please sign in to comment.