since some time I have the problem that all my css class names are obfuscated (like div.O0NPTOB-q-k) when I look at them with e.g. Firebug. This is ok for production use but not when running in dev mode (with code server).
Could anybody give me a hint how to disable that?
Thanks.