You can be economic with file size by creatively coding your CSS in the first place. One mistake (IMHO) is to assign styles as IDs instead of classes. This is because IDs are by definition unique whereas classes can be repeatedly assigned. With a bit of thought, the size of CSS files can be kept under control from the begining.
|