In the previous post in this series I wrote about organising rule sets in CSS and came to the conclusion that it would be best not to try and avoid all repetition. This means that there is some additional maintenance to be done when changing values that appear in several places. In this post I [...]
Archive for the ‘CSS’ Category
CSS Organisation – Grouping Selectors
March 14th, 2011
No Comments
In the previous post in this short series on CSS I wrote about splitting CSS files into sections. Whilst this is a simple technique, the choice of how to group is more difficult though, sometimes the most obvious groupings into different areas of the page will lead to duplicating rule sets where the selectors could [...]
CSS Organisation – Sections
February 11th, 2011
No Comments
This is the first of a few posts on some CSS organisation tips. These are by no means unique to me or new ideas but are the ones I have found to be consistently useful over the years. Splitting the CSS file up into sections of similarly grouped declarations is invaluable as a way of [...]


