Mittwoch, 9. Juli 2008

Eric Meyers CSS-Framework-Tipps

Uberguru Eric Meyer hat ein paar Tipps zu CSS-Frameworks parat: Functioning Form - An Event Apart: The Lessons of CSS Frameworks. Seine Best Practices:
  • Use a directory structure for different CSS file types
  • Link to style sheets
  • Utilize separate files for layout, not classes
  • Use a reset file, and default text sizes
  • Default colors can be set per body
  • Build debug styles

2 Kommentare:

BR hat gesagt…

Und noch eine Bemerkung des Herrn Meyers dazu:

"None of these CSS frameworks are right for you. You need to create solutions that are appropriate for the work you do."

Nico hat gesagt…

Aber wenn wir EINES WÄHLEN MÜSSTEN: welches würden wir nehmen?