What's the best way to componentize your CSS when you are not using any modern day JS frameworks (ReactJS, Polymer, etc)? Currently, I am using Less and I am wondering should every component (header, footer, etc.) have a different .less file? What's the best way to do it? How do you do it?