Okay, I just totally killed my flarum by adding some stuff to the custom.css via the acp. Now I get a lot of errors like this:
ParseError: Unexpected input in anonymous-file-60.less on line 1, column 129 1| @config-primary-color: #B40404;@config-secondary-color: #E6E6E6;@config-dark-mode: false;@config-colored-header: true;header.Hero
}
}
}
$rules = $this->parsePrimary();
if( $this->pos < $this->input_len ){
throw new Less_Exception_Chunk($this->input, null, $this->furthest, $this->env->currentFileInfo);
}
How do I remove what I added without the acp? Cause that's also not working anymore >.> ,