You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently PurgeCSS only allows relative config path.
For example,
```shell
purgecss --config abc/purgecss.config.js
```
This will allow absolute paths such as
```shell
purgecss --config /Users/subash/Desktop/Test/purgecss.config.js
```
0 commit comments