thrownewValidationError(`Must be a PostCSS plugin`);
}
}
// FIXME: When there's >1 icssify instance set up on the Browserify instance (can this happen when a module specifies its own dependency on icssify?), either throw an error (if incompatible?) or merge the two somehow, so that there's only one resulting .css file
functionsetupPipeline(browserify,options){
@ -35,6 +43,17 @@ function setupPipeline(browserify, options) {