isobar-us / code-standards

Isobar Front-end development coding standards. Memorize them BY HEART.
https://isobar-us.github.io/code-standards/
1.34k stars 422 forks source link

Content: CSS Section #45

Open rcherny opened 11 years ago

rcherny commented 11 years ago

Notes around CSS Best Practices go here.

For specific edits, please still file a ticket, this is mostly ideas to toss around.

rcherny commented 11 years ago

I don't think we should advocate one framework over another, but I think some of the principles from them are probably applicable.

Preprocessor:

General:

dpashkevich commented 11 years ago

Looks good! I would also add BEM to the principles list for the sake of completeness and idiomatic css as a baseline code standard for CSS.

rcherny commented 11 years ago

@dpashkevich great contributions, thanks! Have seen and am familiar with both ... Great stuff to make things more current.

rcherny commented 10 years ago

https://github.com/isobar-idev/code-standards/blob/master.next/content/en/css.md

jaredwilli commented 10 years ago

Perhaps make a mention of material design-ish, idk. that's not a framework but may not be appropriate for this doc. it is awesome though!

rcherny commented 9 years ago

I've got some work in progress here in my fork. Hope to submit a pull request this weekend, or first thing Monday...

rcherny commented 9 years ago

My current content in progress:

https://github.com/rcherny/code-standards/blob/css-content-mods/content/en/css.md

I need to proof read it and wanted to incorporate some ideas from:

https://github.com/necolas/idiomatic-css

Which I haven't read in quite some time.