Closed abhirakshit closed 2 years ago
Sorry @abhirakshit for a really late reply, but this issue went under my radar. I've just retested it with the latest clean-css-cli and it works as expected. Could you provide me with more details (sample file) if still relevant or close this issue otherwise?
Closing as 'won't fix' as clean-css-cli is going into maintenance mode.
Hello,
I am trying to use cleancss as follows
cleancss --inline all -o css/import.min.css css/import.css
But I get the following error
I have the following remote imports
I have tried to increase the timeout but get the same error. When I do "--inline local" it works fine though the remote imports are not fetched as expected.
Thanks