public static function getInstance(sfEventDispatcher $dispatcher)
 {
     if (!self::$instance) {
         self::$instance = new sfSassCompilerArgs($dispatcher);
     }
     return self::$instance;
 }