We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 810e778 commit aff8441Copy full SHA for aff8441
cli.js
@@ -1,7 +1,6 @@
1
#!/usr/bin/env node
2
'use strict'
3
4
-const argv = require('yargs').argv
5
const meow = require('meow')
6
const nodeFileRev = require('./node-file-rev')
7
tests/assets/another.file.css
@@ -1 +1,2 @@
hello{ color: blue; }
+hello{ color: blue; }
tests/assets/other.file.css
div{ border: 1px solid red; }
+div{ border: 1px solid red; }
tests/assets/test.css
hello{ color: red; }
+hello{ color: red; }
0 commit comments