Avoid text-transform : uppercase;

I think it makes better sense if a label needs to be in capitals just to write the data in capitals because:

  • Easy to understand.

  • No extra unnecessary work for the browser to process it

  • But mostly it makes it easier to find these labels in the code since if I see “SAMPLE DATA:” in the GUI it makes it easier to search for if the capitalization matches.

    • This is the most important point.