Conversation
`csso.justDoIt()` method is deprecated, use `csso.minify()` instead
|
+1 |
|
Would anyone be interested in taking over maintenance of this project? I'm happy to assign new contributors. |
|
@guybedford this PR was first before my PR (I was in a hurry, didn't see it exists). === I have such error (based on requirecss 0.1.8 and csso 1.5.3 and even 1.8.1) And according csso release info in csso 2.0.0 they dropped So this change is about to use tested with local code in scope of my project - no error then. Btw, I also tested with csso v 2.3.0, where initially I had and warning So after usage === |
|
I'm happy to add new maintainers if anyone is interested. |
|
This PR, will be most probably closed in favor of #219 |
|
Ok, finally tested with The suggested code, gives error (in case of csso >= 2.0.0): We have to use |
csso.justDoIt()method is deprecated, usecsso.minify()instead