Design

From Things and Stuff Wiki
Revision as of 03:39, 29 January 2012 by Milk (talk | contribs) (→‎Compass)
Jump to navigation Jump to search


Basics

tag
.class
#id
display: block - default 100% width 
display: inline - consumes width of content
position: absolute - out of flow

Guides

Accessibility

Headings should not be removed using display:none, because it removes the headings from assistive technology. Instead headings can be made invisible to sighted users using CSS class="element-invisible". [1]

Tools

Sass

_partial.sasst  - partial files, for inclusion, will not be compiled

Other

Compass

Grids

Susy