Email or username:

Password:

Forgot your password?
1 comment
Darius Kazemi

@cinebox when you use React the default is for it to compile classnames down to meaningless identifiers. It has some upsides (like in your *code* you can use the same class name across different components without collisions happening) but also it's mostly fucking stupid and awful.

Go Up