Edwin

Results 67 comments of Edwin

ksni is supported under a feature flag now.

Version `0.8.0` is now released and supports both `ksni` and `libappindicator`.

Fixed in #41, released as 0.9.0 :tada:

@TheColorRed @manastalukdar https://github.com/olback/es6-css-minify Also, it looks like @HookyQR haven't done anything in this repository for about a year.

Did version `2.0.3` fix this issue?

Looking into this right now. Is [this](https://marketplace.visualstudio.com/items?itemName=mkloubert.vscode-remote-workspace) the extension you're using?

I can't figure this out. The node module I'm using to read/write files (`fs`) does not seem to support file path like `file://...`, `ftp://...` and so on. I'm leaving this...

> please add Nope. I no longer work on this project (See #140). I have a full time job. When I get home from work, I don't usually feel like...

I don't actually know if regex is supported in json configs. Your regex is not quite right, I think it should be something like "/^MW\_.*/", otherwise only functions named "MW_"...

Removal of the quotes around URLs are expected since that is the default behaviour by `clean-css`. This can be fixed by adding ```json "compatibility": { "properties": { "urlQuotes": true }...