Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 ```
- Loading branch information