Luca Poldelmengo
Luca Poldelmengo
To better understand how live-server cli works
Is it possibile to add support for [JPEG 2000](https://en.wikipedia.org/wiki/JPEG_2000) and [JPEG XR](https://en.wikipedia.org/wiki/JPEG_XR)? Thanks!
Not working: `whitelist: ['*doNotRemove*']` ```css .doNotRemove-this-class { color: red; } ``` This works fine: `whitelist: ['*do_not_remove*']` ```css .do_not_remove-this-class { color: red; } ``` [purifycss issue #156](https://github.com/purifycss/purifycss/issues/156)