Commits on May 4, 2020
Commits on Aug 17, 2015
Commits on Mar 14, 2015
Commits on Feb 14, 2015
Commits on Feb 2, 2015
Commits on Jan 28, 2015
Commits on Dec 29, 2014
Commits on Dec 26, 2014
Commits on Dec 9, 2014
-
-
Safer way for PostCSS to consume PostCSS object as plugin
Because project like grunt are doing some shitty cloning for option, the test ìnstanceof PostCSS` can return false, even if the object has been cloned from a PostCSS instance. To avoid this, we need to tolerate object that have array `processors`. Ref nDmitry/grunt-postcss#8