I have been working on an e-commerce site using the SHOPP plugin. Along with that, I am using jQuery UI to create tabs. Shopp and jQuery UI come with CSS files. And the layout from the site designer is fairly complex. Even the pages with tabs may have different fonts and different numbers of tabs. The result of all this is a lot of CSS with too much specificity and lacking in efficiency. What to do?

Well, for one, I am trying out SASS. I am hoping this will allow me to better organize my files, get rid of redundancies and improve the overall efficiency. Since this is my first foray into SASS, I will need to re-assess once the project is complete.