CSSプロパティの指定順序

Web標準の教科書に書いてあったMozilla.orgで提案されている順序(情報古いかも)

Web標準の教科書 p.403

1.表示や配置など「視覚整形モデル」に関するプロパティ
2.マージンやパディング、ボーダーなど「ボックスモデル」に関するプロパティ
3.背景と前景に関するプロパティ
4.フォントとテキストに関するプロパティ

/* Suggested order
* display
* list-style
* position
* float
* clear
* width
* height
* margin
* padding
* border
* background
* color
* font
* text-decoration
* text-align
* vertical-align
* white-space
* other text
* content
*/

アルファベット順よりこちらのほうがわかりやすいかと