> * I think "Less Important Comments" should be removed, it just seems
> redundant. If you wanna do a less important comment then you can always
> use the "Really Brief Comments" form of it.
I typically use this commenting style in places like global/button.css
where I have a large block of styles related to the button, and several
smaller blocks related to particular states like hover and active. It's
better to have a more distince style for these comments so they stand out,
while looking different from the ones that encompass all button styles.
> * You should add some more stuff about code styles. For example "the
> colon (:)
> should always be right after the code, example:
Good point, I'll work that in soon.