Quote:
Originally Posted by hobnail
On the other hand, in your example it also looks like within each selector the declarations / properties are sorted, e.g. widows comes after font-size. That I like to do.
|
If there is any alphabetical order it is purely coincidental. The only thing I intentionally do is create a 'base/default' definition, then I will modify that for specific situations.
eg:
I typically will just copy/paste a previous style definition then make mods as needed. That may be why the order of style definitions is similar between selectors. When I am done editing a book I use the
cssRemoveUnusedSelectors plugin to get rid of anything I don't need in that book. It also reformats the stylesheet to make it look pretty, but it doesn't rearrange anything.