Most of the time, merge conflicts are not a major issue. However, for my team, it's become a problem in our main stylesheet where we all append new classes to the bottom of the file. This leads to merge conflicts in github.
What are best practices when organizing .css files to avoid merge conflicts?