Tweets
- Rotaract Theme Released: A Rotaract version of the Rotary WordPress theme has been released. This theme sports... http://t.co/uuad8r3M0x
- Watch your WordPress Permalinks: A client recently informed me that some of the blog posts were getting 404 er... http://t.co/s4CRAbrG7t
- Creating a Child Theme: I recently worked on a small project designed to promote a book of Cartoon Elephants. ... http://t.co/6d6XSeEJGe
- How WooCommerce Stores Product Variations: WooCommerce makes use of the standard WordPress SQL tables for both... http://t.co/DGudf7rMqC
My CSS is out of control!
Posted in: Ecommerce, Websites, WordPress by koolkat on March 1, 2012
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.
You must be logged in to post a comment.