@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.