Skip to content

Commit 8352564

Browse files
author
Jerry Nummi
committed
ReadMe update
1 parent b0f1558 commit 8352564

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

README.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,24 @@
1-
styleguide
1+
Styleguide
22
==========
33

4-
New Context CSS and HTML style guide
4+
New Context CSS and HTML style guide
5+
6+
7+
8+
9+
Topics to discuss
10+
==========
11+
12+
* ## Media Queries
13+
* Retina
14+
* Responsive (phone, tablet, desktop)
15+
16+
17+
* ## Class naming
18+
* Avoid IDs
19+
* Avoid element type in CSS? Ex: p.error, li.item
20+
* Aim for shallow nesting of selectors
21+
22+
23+
* ## Standard control types?
24+
* Buttons, popovers, forms, etc.

0 commit comments

Comments
 (0)