Skip to content

Commit c1dc604

Browse files
committed
Updates Changelog and Readme for passing URLs
1 parent 95d799e commit c1dc604

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* Colorizes text output.
44
* Supports scss/sass files.
55
* Fixes newline output bug when there are no redundancies
6+
* Downloads remote css files if passed a URL
67

78
## 0.1.0 ##
89

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ Run it in a verbose mode to see all the duplicated styles.
3333

3434
$ csscss -v path/to/styles.css
3535

36+
Run it against remote files by passing a valid URL.
37+
38+
$ csscss -v http://example.com/css/main.css
39+
3640
You can also choose a minimum number of matches, which will ignore any
3741
rulesets that have fewer matches.
3842

0 commit comments

Comments
 (0)