Skip to content

Commit e2fa199

Browse files
committed
Fix whitespace in style option in index.js
1 parent 5d1c162 commit e2fa199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ program
2626

2727
program
2828
.requiredOption(
29-
'-s, --style <file> ',
29+
'-s, --style <file>',
3030
'stylesheet file to use for picking up atomizer classes'
3131
)
3232
.requiredOption('-t, --transform <globPattern>', 'files to transform')

0 commit comments

Comments
 (0)