We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95d799e commit c1dc604Copy full SHA for c1dc604
CHANGELOG.md
@@ -3,6 +3,7 @@
3
* Colorizes text output.
4
* Supports scss/sass files.
5
* Fixes newline output bug when there are no redundancies
6
+* Downloads remote css files if passed a URL
7
8
## 0.1.0 ##
9
README.md
@@ -33,6 +33,10 @@ Run it in a verbose mode to see all the duplicated styles.
33
34
$ csscss -v path/to/styles.css
35
36
+Run it against remote files by passing a valid URL.
37
+
38
+ $ csscss -v http://example.com/css/main.css
39
40
You can also choose a minimum number of matches, which will ignore any
41
rulesets that have fewer matches.
42
0 commit comments