Skip to content

Commit ff1be03

Browse files
Updates info on clean-css-cli v5 not doing rebasing by default.
1 parent 3ea1242 commit ff1be03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ which sets all units rounding precision to 3 digits except `px` unit precision o
368368
369369
## How to rebase relative image URLs?
370370
371-
clean-css-cli will handle it automatically for you when full paths to input files are passed in and `--output` option is used, e.g
371+
clean-css-cli will rebase paths it automatically for you when full paths to input files are passed, and `--with-rebase` & `--output` options are used, e.g
372372
373373
```css
374374
/*! one.css */
@@ -378,7 +378,7 @@ a {
378378
```
379379
380380
```shell
381-
cleancss -o build/one.min.css one.css
381+
cleancss --with-rebase -o build/one.min.css one.css
382382
```
383383
384384
```css

0 commit comments

Comments
 (0)