for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace EM\CssCompiler\Handler;
use Composer\Script\Event;
use EM\CssCompiler\ScriptHandler as Handler;
/**
* @deprecated
*/
class ScriptHandler extends Handler
{
public static function compileCSS(Event $event)
static::generateCSS($event);
}