File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ Examples:
5454 # configure the import root directory:
5555 $ suitcss --import-root src/css input.css output.css
5656
57- # watch the input file for changes:
57+ # watch the input file and imports for changes:
5858 $ suitcss --watch input.css output.css
5959
6060 # configure postcss plugins with a config file:
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ program.on('--help', function () {
3737 console . log ( ' # configure the import root directory:' ) ;
3838 console . log ( ' $ suitcss --import-root src/css input.css output.css' ) ;
3939 console . log ( ) ;
40- console . log ( ' # watch the input file for changes:' ) ;
40+ console . log ( ' # watch the input file and imports for changes:' ) ;
4141 console . log ( ' $ suitcss --watch input.css output.css' ) ;
4242 console . log ( ) ;
4343 console . log ( ' # configure postcss plugins with a config file:' ) ;
You can’t perform that action at this time.
0 commit comments